Loading...
 
Skip to main content

System Workbench for STM32


STM32F0xx_StdPeriph Lib V1.50 is Broken

For Example try creating a C project for a NUCLEO-F091RC that includes StdPeriph
OR
Example try creating a C project for a MCU (STM32F091RCTx) that includes StdPeriph
OR
Example try creating a C project for a MCU (STM32F051R8Tx) that includes StdPeriph

All of the above use STM32F0xx_StdPeriph Lib V1.50 and they are missing the CMSIS directory and their main.c has an error with the #include "stm32f0xx.h" being unresloved

Now try the same CPU above in a STM32F0-discovery that uses a different StdPeriph (STM32F0-Discovery FW V1.0.0)

All is fine

Please fix this
Joe