Other Parts Discussed in Thread: TMS320F28027
Hello TI team and community,
I have to develop a bootloader for the TMS320F28027 controller. Therefore, I plan to use flash A for the bootloader, flash B as data memory and flash C for the application code. As I know, the ROM bootloader entry point is at the adress 0x003F7FF6. Here is the branch instruction 'codestart' located. So far so good.
I use two CCS5 projects, one for the application and one for the bootloader. As a simple test, the bootloader turns a LED on. After that the application code shall be started. And here is the point where I have no idea how to realize it. The code has to be in C language (except the linker file). How can I enter another memory point and how should the memory/sections map look like? Have anyone such a project done and is able to provide some help?
Thank you in advance