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.

AM2634: How to Load the Program Directly into the Flash Memory

Part Number: AM2634
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG

Tool/software:

Hi teams,

I am Working on AM2634-cc and i have a doubt what ever we are Flashing in CCS the Program is not Storing into the flash memory and it will Store on the RAM memory, I need to Load the program directly into the FLASH memory not in RAM.

so i did Flashing by Uniflash and UART Bootloader so it is working fine,

But my requirement is i need to FLASH the Program Directly into the Flash not in RAM memory, so i did small changes in the Sysconfig.

I want the Clear information what are all the Things i need to change in the Sysconfig?

I have modified section memory address

Initially sections were pointing to OCRAM but I have changed to Flash. But, I got the ERROR

Cortex_R5_0: Error Code 30000001
Cortex_R5_0: Run failed...
Cortex_R5_0: File Loader: Failed to terminate flash programming: The algorithm failed to flash the data. Power cycle the EVM and try again.
Cortex_R5_0: GEL: File: D:\TI_workSpace\gpio_led_blink_am263x-cc_r5fss0-0_nortos_ti-arm-clang\Release\gpio_led_blink_am263x-cc_r5fss0-0_nortos_ti-arm-clang.out: Load failed.

Any solution for this?

Appreciate your support on this!