Part Number: MSP432P401R
Tool/software: Code Composer Studio
When several functions are configured, I want to execute in ram.
I know that if I give the --ramfunc compiler option in a simple way, it will execute on ram, but I wonder what to do if I want to execute another function with ram after the executable has been created.
Do i need to devise a new method based on features like code injection?
In addition, is the Run-Time Relocation described in section 3.5 of the ARM Assembly Language Tools v18.1.0.LTS equivalent to the --ramfunc compiler option?