Senior
December 16, 2021
Question
There is no DWT in the M0/M0+ kernel.
- December 16, 2021
- 8 replies
- 4879 views
Hi. I am using stm32l01c6tx. I want to use a very simple microsecond function. Libraries I have added below. "DWT" "CTRL" etc. when I included the libraries. It says not defined. But they are all in the "core_cm4.h" library. This library is in Drivers-> CMSIS->Include.
The STM32L010C6TX uses M0+ cores, not M4 cores. so it uses "core_cm0plus.h".
There is no DWT in the M0/M0+ kernel. My question is DWT, CTRL etc. What can I use instead? Can I use these functions for STM32L0 Series?
