User Activity

I am creating a new project for STM32F446, and trying to access the CoreDebug registers. I am including the device header....  #include "cmsis_os2.h" // ARM::CMSIS:RTOS:Keil RTX #include "Board_LED.h" // ::Board Sup...
I'm trying to get TIM4_TOGO output to start conversions on ADC3 on a STM32F7 DISCOVERY board.I've attached main.c. I use a GPIO output toggle with oscilloscope to detect code execution and timing. I can see the toggle from the TIM interrupt handler, ...
Kudos given to