SPC582B - writing boot-loader to be used with BAF
I would like to write a simple boot loader to be uploaded to SPC58's RAM by BAF (according to "Boot Assist Flash" section of RM).
The boot loader's job is to receive the program by LinFlex or CAN and store to MCU's flash. All this without need of using external JTAG programmer.
Do you have any guide how to write it and debug using SPC5 Studio and UDE STK? Or maybe there are ready solutions (boot-loader code to upload)?
I know the boot-loader will be loaded into RAM, I see that BAF uses part of RAM for "BAF data area and stack". That seems to introduce specific requirements for the environment and compiler, which I'd rather follow than guess...
