2020-11-09 06:29 PM
I'd like to start with that using the STM32CubeIDE and modify from there to get my own code to work. I looked in the example space and there are no code examples for the F3 series. Thank you for all pointers.
Solved! Go to Solution.
2020-11-09 07:58 PM
Not sure if it has CubeIDE projects, or just ones you can import
CubeF3
STM32Cube_FW_F3_V1.10.0\Projects\STM32F334R8-Nucleo\Demonstrations\Adafruit_LCD_1_8_SD_Joystick
STM32Cube_FW_F3_V1.10.0\Projects\STM32F334R8-Nucleo\Examples\GPIO\GPIO_IOToggle
2020-11-09 07:58 PM
Not sure if it has CubeIDE projects, or just ones you can import
CubeF3
STM32Cube_FW_F3_V1.10.0\Projects\STM32F334R8-Nucleo\Demonstrations\Adafruit_LCD_1_8_SD_Joystick
STM32Cube_FW_F3_V1.10.0\Projects\STM32F334R8-Nucleo\Examples\GPIO\GPIO_IOToggle
2020-11-10 06:02 AM
I found what you were talking about here:
It's in "STM32Cube MCU Package for STM32F3 series" under Embedded Software -> packages -> F3 Looks like the demo code I'm looking for is in there too, so that is really what I need to get off the ground. Thanks!