Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Dear expert
Nobody has an answer and will post again.
I want to create a custom bootloader.
How can I create a custom bootloader?
TI bootloader has a fixed address of 0x080000, so I understand that it is not possible to divide the project into two.
So, in my opinion, I'm going to make it by Flash.
How can I divide Flash?? Do I need to create two main() function?
Or can it be divided into functions and stored?
If it is divided into functions, the RAM area should also be divided into Bootloader and application. What should I do?
Please give me some advice
Thanks and best regards,
Edward