2023-01-01 11:31 PM
I'm working in a project, OTA update via CAN using esp32 and SPC570S. According to the application note the codes were made in the host side. The bootloader was modified to accept CAN frame and the addresses were set according to the application note.
host side - All the data sent and received are matched. (The screenshots are attached with this)
SPC570S - No response can be observed. The bootloader not jumping to the application. also, the status LED is not blinking when CAN frames are received.
How to solve this issue?