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?
It's not working...this is my Command:arm-none-eabi-objcopy -O ihex ${ProjName}.elf ${BuildArtifactFileBaseName}.hex mv ${BuildArtifactFileBaseName}.hex ${CUST_NAME}.hexthis is the output on the console"Finished building: Chg_C0.2.hexFinished buildin...