This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
i need use communication like sci or can bus update new firmware
use f28075 from boot code to app code.
do you have bootloder jump to application sample code.
i see the ccstudio v12 no bootloader sample code.
could you support me the sample code
Hi Jaures,
You can use the ROM bootloader for updating firmware. Select a bootloader using the method described in section 4.5 of the TRM. The application has to be converted into bootloader format using the method in section 4.10.5
Thanks and regards, Pawan
i needs customized the bootloader,include communication ,flash and app to bootloader code ,or bootloader code to app
Hi Jaures,
There is a SCI flash kernel example in c2000ware in below location
c2000ware\device_support\f2807x\examples\cpu1\F2807x_sci_flash_kernel
This will load an application through SCI port and program into flash.
Thanks and regards, Pawan
I have problem
my bootloader want to jump to app address
#define APP1FuncEntryAddr 0x088000
use
((void (*)(void))APP1FuncEntryAddr)();
or
asm(" LB 0x088000");
which one correct?
Jaures,
Did you try both of the methods and find any problem. I think both should work.
Thanks and regards,
Pawan