thelsing / knx

knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
GNU General Public License v3.0
284 stars 98 forks source link

STM32G0 sample code #146

Open ZeR0cnx opened 3 years ago

ZeR0cnx commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

ZeR0cnx commented 3 years ago

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 commented 2 months ago

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