User Activity

Posted on May 30, 2018 at 03:57I am using the STM32F7-Discovery board and have been stuck at trying to enable the DWT cycle ,From what I've seen online this should suffice for enabling it:#define DWT_CR *((volatile unsigned int *)0xE0001000)#define ...