I'm new to this DSC. And I want to use the Serial Bootloader,but I don't know what to do.
Thank's for help-me
Below is user manual for the SCI/CAN bootloader of 56F83xx:
http://www.freescale.com/files/dsp/doc/user_guide/MC56F83XXBLUM.pdf?fsrch=1&sr=14
The SCI bootloader has been programmed into boot flash in 56F83xx at factory. When power on or reset, bootloader will run and wait for s-record file of user’s application. If no file input, it will jump into the program flash to run the inside application. The wait time can be set or changed by user’s application.
The SCI bootloader project is delivered together with CodeWarrior, user can get it by creating a new project from 'Processor Expert Examples Stationery', then select 'Bootloaders -> your target -> serial_bootloader'.
User can modify this project to meet his special requirement, or develop his new bootloader, and program the bootloader by JTAG interface. By default, we place bootloader in boot flash, and application in program flash.