I'm just getting started Freescale products so please forgive me if I'm missing something obvious. Is there any example bootloader code available for the the MPC5604P or similar?
Ultimately I plan to update application code via Flexray, but a UART or CAN example would be a good starting point.
Thanks.
I will use this code too. Thank you.
Tkank you for sharing the bootloader code.I want to write a bootloader for MPC5644A according to your code.But,the program can not run properly.And ,stop at function EXCEP_DefaultExceptionHandler().Whether I must write some command files in my project like
"t32" file in your project or not? How should I do?