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.

trouble building f280x_otp2can_boot_rom sample

Other Parts Discussed in Thread: CONTROLSUITE

I'm trying to build the CAN sample from App Note SPRAAQ3. I imported  the project into Code as a legacy project. I was having problems. So I decided to create a new empty project and add CAN_BOOT.c, Init_Boot.asm, and Shared_Boot.c. I also used f280x_boot_rom_lnk.cmd. I used the F2806x_headers from version 1.41 of controlsuite.

i'm getting linker errors 10099-D program will not fit into available memory for a bunch of things. And i'm also getting an unresolved symbol for _main.

Any ideas on how to fix? Thanks.

P.S. We are using a F28069.

  • I had to add F2806x_Headers_nonBIOS.cmd to the project. I also had to change the EBSS length to 0x00A from 0x002. And I had to set the stack size to 0x200, and set the Initialization model to nothing in the project properties. It compiled and linked with just one warning. (no suitable entry point).

    Is there anything else I need to do to get this to work?