2019-07-18 02:47 AM
I want to develop a bootloader for SPC560p40l3 controller.
I've read about BAM and SBL.
But that method is Hardware dependent, i.e we've to give 1 logic to a[4] to get it into boot mode(CAN/UART).
I don't want to use the internal Boot module.
Is there any other way to flash the code.
2019-07-30 12:51 AM
Hi,
let me suggest to download SPC5Studio. It is a ST tool free of charge designed to help the users to easly develop an application for the SPC56/57/58 devices (so, also for SPC560P) . The tool includes a lot of examples. In particular, it includes an example of botloader for SPC560P, named SPC560Pxx_RLA Bootloader Application for Discovery, that shows you howto update the firmware via CAN connection. The Firmware Updater Component used by the example allows also to use the UART connection to download the new firmware.
Best Regards,
Luigi