STM32H735_DK Example Issue With SDO
lowkin18 opened this issue · 1 comments
Following along with the https://www.youtube.com/watch?v=R-r5qIOTjOo&t=3028s&ab_channel=Hamed video. The example for the STM32H735 variant doesn't seem to have functioning SDO
Scanning the network reveals no devices with CAN magic, but I can see the STM32H735 transmitting the Boot msg, Heartbeat and PDO's when setup. Writing or reading SDO results in timeout as device doesn't respond.
Is there a setting I'm overlooking to have working SDO's or should the example work by default? SDO are just failing to respond.
Looks like the device isn't receiving any frames.
Any help or suggestions would be appreciated.
Looks like the default example needs the FDCAN Queue and Buffers to be non zero
baudrate should probably be a uint16_t in CO_app_STM32.h line 33?