Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32G0 sample code #146

Open
ZeR0cnx opened this issue Jul 14, 2021 · 4 comments
Open

STM32G0 sample code #146

ZeR0cnx opened this issue Jul 14, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@ZeR0cnx
Copy link

ZeR0cnx commented Jul 14, 2021

Greetings,

I've issue with using the stack with STM32G0 family, more specific G071RB. May I know if someone here who has successfully made this working on G0?

Actual issue is after application download via ETS. Application download doesn't give any error, but when testing and checking bus monitor the device is not sending any telegrams. I think is related to EEPROM as the memory register is different to generic series. Same application is working when using F0.

Anyone here who please can guide me?

@nikwest
Copy link
Contributor

nikwest commented Jul 14, 2021

I also had similar issues when I tried it a couple of months ago with an stm32g0. I just couldn't get it to work. I didn't think it might be due to the stm32g0 though.
I will try again when I find some time.

@thelsing
Copy link
Owner

Maybe its just an issue to set the KNX_FLASH_SIZE define to a valid size.

@ZeR0cnx
Copy link
Author

ZeR0cnx commented Jul 15, 2021

Maybe its just an issue to set the KNX_FLASH_SIZE define to a valid size.

I tried -DKNX_FLASH_SIZE=1024 and -DEEPROM_EMULATION_SIZE=8192 also, but no luck.

@thelsing thelsing added the enhancement New feature or request label Aug 15, 2022
@thelsing
Copy link
Owner

You can try the devel branch and enable the various loggers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants