Part Number: TMS320F28035
Hi Champ,
I am asking for my customer.
For F28035, the Boot-to-Flash Entry Point is 0x3F 7FF6 to 0x3F 7FF7. We have the codestart placed at the BEGIN section, then Branch to start of boot._asm in RTS library (LB _c_int00) as the codestartbranch. asm written.
The contents stored at address 0x3F 7FF6 & 0x3F 7FF7 should point to the address of the start of boot._asm, right ?
If yes, user wants to fix the _c_int00 starting address. How to do that ? Refer to below below post.
Here, I take F28003x project for testing. I named a section in .cmd called "test" then allocated an address for it.
test : > FLASH_BANK0_SEC15 (.cmd sections)
Then, use #pragma CODE_SECION (_c_int00, "test") in the codestartbranch.asm file as below.

However, it compiled with error.

How should I have starting address of _c_int00 fixed at a specfic address correctly?
Please advise.
Thanks & Regards,
Johnny