Undeclared Identifier CoreDebug for STM32f446
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...