TC3xx ADS: run program from RAM only without using Flash

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
enrico_b
Employee
Employee
First like given 10 sign-ins 5 solutions authored

Customer would like to locate an application in RAM only, and run program from RAM only without using Flash using ADS 1.5.0

0 Likes
1 Solution
enrico_b
Employee
Employee
First like given 10 sign-ins 5 solutions authored
 

You can set any option from the "Expert Settings" field of a certain tool.

  1. Click on "Active Project Properties" in the toolbar
  2. Select the tool you want to configure (in this case: "TASKING Linker")
  3. Add the flag "--non-romable" in the Expert Settings; Command line pattern
  4. Apply and build.

In addition, you may need to change the linker script

  1.  

View solution in original post

0 Likes
1 Reply
enrico_b
Employee
Employee
First like given 10 sign-ins 5 solutions authored
 

You can set any option from the "Expert Settings" field of a certain tool.

  1. Click on "Active Project Properties" in the toolbar
  2. Select the tool you want to configure (in this case: "TASKING Linker")
  3. Add the flag "--non-romable" in the Expert Settings; Command line pattern
  4. Apply and build.

In addition, you may need to change the linker script

  1.  
0 Likes