Other Parts Discussed in Thread: CC3220SF
Hi,
I'm trying to configure the DWT_CTRL register and enable the CYCCNT. I don't have much information on how to write to this register.
I'm using Code Composer Studio v8.
Please Help
Thanks
Prakash
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.
Hi,
I'm trying to configure the DWT_CTRL register and enable the CYCCNT. I don't have much information on how to write to this register.
I'm using Code Composer Studio v8.
Please Help
Thanks
Prakash
Hi Prakash,
Those registers are not in the memory map of the CC3220 MCU. Are those registers referring to the ARM debug interface? If so, you will most likely be unable to access them in your application as the SWD interface of the CC3220 is not designed to be configurable by the running user application.
What purpose did you have in mind for those registers? Are you trying to use those registers for timing purposes?
Regards,
Michael
Hi Prakash,
There unfortunately isn't any CC3220-specific documentation on how to write to and interact with the DWT registers.
As this seems like a feature that is general to all ARM Cortex M4 devices, I suggest that you look at ARM's documentation on that peripheral.
Regards,
Michael
Hi Michael,
Thank you very much for the suggestion.
I'll look into the ARM's Documentation once.
Regards,
Prakash