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.

Standalone Boot of F28075

Hello everyone,


i want to realise a project with a F28075 Control Card.

I checked some of the code examples and debugged it to the µC, and they worked.

Now i want to programm it, so that it works in standalone mode.

I searched how it would work, but nothing could help me.

Can anyone tell me how i can load e.g. the blinky example on the µC, so that it would work by its own, without my Laptop?

I am using CCS 6.1 with the F28075 Control Card.

Thanks for your Help.

Greetings

Marius

  • Hi Marius,

    You should compile the example code using "CPU1_FLASH" build configuration (right click on project in "Project_Explorer" view then select "Build Configurations -> Set Active -> CPU1_FLASH" and then load it using CCS. This will load the code into Flash.

    Now you can disconnect the emulator, set the BOOTMODE pins (GPIO72/GPIO84) to select "Get Mode" (both BOOT pins are  driven 1/1) on board (on controlCARD it's selected by SW1 switches) and reset the device to run the code standalone.

    Regards,

    Vivek Singh  

  • Yeah, it works.
    Thank you very much for this easy solution!