2023-08-21 02:30 AM
I am working on using open_bootloader with CAN(STMG0B1CB).
After successfully writing 256B(in packets of 8B each), I try to read back.
After some amount of correct read-backs(to verify), the communication fails randomly.
Any suggestions?
2023-08-22 04:21 AM
hi,
It may be you're experiencing intermittent communication failures when trying to read back data after writing to the bootloader using CAN on your STM32 MCU. This could be due to a number of factors, so let's try to narrow it down.
Regards