This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm looking for a way to see the cc3200 peripheral registers through CCS v6, how do I do?
The Registers view show only the core registers and when I try to read the memory block allocated for TIMERA0 I get:
Cortex_M4_0: Trouble Reading Memory Block at 0x40030000 on Page 0 of Length 0x100: Debug Port error occurred.
I have a CC3200 LaunchXL dev board.
Greetings
Attilio
Per this post, you need to enable the peripheral clock using PRCMPeripheralClkEnable() API before accessing peripheral registers. Have you done that already?
If you are still having trouble with this, I would suggest starting a new thread in the SimpleLink CC31xx/CC32xx forum as the experts there should be able to help better with this.
Ok,
The reported problem was caused by my wrong debug session, CCS works correctly:
setting correctly the breakpoint after PRCMPeripheralClkEnable() the peripheral registers values are displayed.
Thanks for your support
Attilio