Part Number: MSP-EXP432P401R
Tool/software: TI C/C++ Compiler
When specifing --ramfunc option for compiler, the program fails to run and it stucks in the Reset_Handler function constantly, like being restarted every time.
Without this flag, the program runs just fine(executed from flash as normal).
I am using standart example from Simplelink SDK(Simplelink MSP432P4 SDK - v:3.10.00.08):
msp432p401x_1_MSP_EXP432P401R_nortos_ccs. Blinking LED.
and a MSP-EXP432P401R LaunchPad(red board rev. 2.2).
I am using CCS 9.0.1 and TI v18.12.2.LTS compiler.
All other project settings are set to default during import from Resource Explorer.
Please advise how to fix this issue.
Thank you.