2024-03-21 09:30 AM - edited 2024-03-21 09:32 AM
I am using the STM32U575xx and found stackoverflow questions regarding the DWT->CYCLCNT.
c - STM32 - How to enable DWT Cycle counter - Stack Overflow
I tested this and it works fine, but I'd like to have documentation aside from the header file.
I'd like to learn more about
1. CoreDebug->DEMCR bits
2. ITM->LAR
Solved! Go to Solution.
2024-03-21 11:05 AM
For future reference, documentation for LAR (Lock Access Register) can be found here:
CoreSight Trace Memory Controller Technical Reference Manual r0p1 (arm.com)
2024-03-21 10:34 AM
ARM Technical Reference Manuals for the processor core
To a lesser extent ST's Programming Manuals
2024-03-21 10:36 AM
https://www.arm.com/products/silicon-ip-cpu/cortex-m/cortex-m33
2024-03-21 10:57 AM
When I visit this:the PDF gives me no hit for LAR.
However DEMCR is documented. Thanks
2024-03-21 11:05 AM
For future reference, documentation for LAR (Lock Access Register) can be found here:
CoreSight Trace Memory Controller Technical Reference Manual r0p1 (arm.com)