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.

LP-AM263P: Is it possible to load the application program to the flash memory of the AM263Px board using Code Composer Studio?

Part Number: LP-AM263P
Other Parts Discussed in Thread: UNIFLASH

Currently, We are using the AM263Px launchpad for bare-metal firmware development for our work project and our goal is to to get familiar with the functionality of this development board.

We are able to download some of the example code provided in the TI resource explorer to the flash memory using Uniflash. We are able to observe the expected output upon a hardware reset or after a power-cycle of the board as instructed in this sectionb on OSPI boot mode : https://software-dl.ti.com/mcu-plus-sdk/esd/AM263PX/latest/exports/docs/api_guide_am263px/TOOLS_FLASH.html#autotoc_md1304

 

Is there a way to load the application code to flash using code composer studio? We found that we are not successful with this approach as we are only able to load the code to RAM and if we enable a hardware reset or do a power-cycle of the board, the program does not run. We have tried this using different boot modes.