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.

TMS320F28062: An error was reported when the simulation was run after compilation

Part Number: TMS320F28062
Other Parts Discussed in Thread: C2000WARE

Hello, I am now developing products with TMS320F28062 chip,
After I put all the files in C2000Ware_5_01_00_00\device_support\f2806x into the project folder, the compilation prompts 3 warning messages.
Emulator connection test successful.
However, while running, the IDE has an error message and cannot run normally.
I've simplified the code to a minimum, but there are still bugs,
Please help me solve this problem as soon as possible

thanks

  • Hi, 

    Can you try loading the program using Run->Load Program -> Browse to the .out (binary ) file generated  and see if you are able to get the code to run?

    Best Regards

    Siddharth

  • HI,

    I use Run->Load Program -> Browse to the.out (binary), then click [OK], flash a progress bar, and then the whole window does not have any feedback, then I use [debug] debug the program, still reporting an error.
    What am I supposed to do now?

    thanks

  • Hi, 

    Looking at the snapshot that you shared, looks like you only have a main.c added.  You also need to have a startup code which initializes the stack . 

    You can refer one of the examples available at C:\ti\c2000\C2000Ware_5_01_00_00\device_support\f2806x\examples\c28 . Pls try to import one of these examples and try running it.  You can then replace the main function in this example with the code that you have in main.c

    Best Regards

    Siddharth