I’ve been working along just find on the Nucleo until I tried to use some of the files in the shared library folder:
VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.stm32\STM32F4xxxx\STM32F4xx_StdPeriph_Driver
For example, stm32f4xx_gpio.h, stm32f4xx_rcc.h and stm32f4xx_tim.h were not brought into my project under “Device-specific files”. My question is, how do I properly add all files in STM32F4xx_StdPeriph_Driver? I tried “Import Folder Recursively” from the VisualGDB options, but that causes errors like:
ADC2 underclared
Error unknown type name ‘CAN_TypeDef’ SprokytSTM32
I feel like there is a better way to do this, but I’m unsure of what it is. Thanks!