Wrong include in file "cpu_utils.h"

Sysprogs forums Forums VisualGDB Wrong include in file "cpu_utils.h"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7177
    dadebertolino
    Participant

    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.

     

    #7179
    support
    Keymaster

    Hi,

    Thanks for letting us know. We will consider fixing this in the next release of the STM32 package.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.