Tool/software: Code Composer Studio
Hi,
We are using CCS for AM335x code compilation with bare metal software. I want to get the stack trace using the frame pointer but dont see any valid content in r11 for frame pointer. GCC has the option of -fno-omit-frame-pointer to enable the frame pointer while building the code but dont see any such option in CCS. Do we have any option in CCS which can enable the frame pointer.