Other Parts Discussed in Thread: SFRA, C2000WARE
Tool/software:
Hello,
I took the example project BOOSTXL-BUCKCONV and trying to understand how the logic has been implemented. I am implementing my own controller and so created a new project by taking this example project as reference.
I have configured adc ports and can read out the data from peripherals. Now I included DCL and sfra libraries in include paths of both compiler and linker
and also .cmd file which basically runs from flash in the provided example. Now when I am trying to debug by loading the program on flash memory nothing really happens. When I pause the debugging then the control was stuck inside the while loop which was trying to do PLL lock.
I dont understand why this happens when I was trying to debug on FLASH but no issue happens when I am debugging on RAM memory.