Bootloader code for the MPC5604
‎08-15-2014
06:10 PM
3,377 Views
bryanwade
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
3 Replies
‎08-18-2014
01:42 AM
1,767 Views
lukaszadrapa
NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reply
‎01-28-2015
04:31 AM
1,767 Views
Stevanatto
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I will use this code too. Thank you.
‎12-30-2014
07:30 PM
1,767 Views
gangzhou
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?