thelsing / knx

knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32G0 sample code

ZeR0build opened this issue · comments

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?

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.

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

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.