Hi guys
I’m trying this toolchain-system on an Olimex STM32-E407 board with Olimex ARM-USB-OCD-H debugger. It works and was easy to make USB CDC run on FreeRTOS… I’ve activated CPU Usage Monitor Library and I’ve obtained an error for a reference on “main.h” which don’t exists.
I’ve corrected this error setting these references
#include <stm32f4xx_hal.h>
#include <../CMSIS_RTOS/cmsis_os.h>
and removing “main.h”
Hope this helps.