Skip to main content
Mike Rosing
Associate III
November 10, 2020
Solved

Where can I find the demo code running on the NUCLEO-F334R8?

  • November 10, 2020
  • 2 replies
  • 858 views

 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.

This topic has been closed for replies.
Best answer by Tesla DeLorean

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

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
November 10, 2020

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

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Mike Rosing
Associate III
November 10, 2020

I found what you were talking about here:

https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef3.license=1605016317640.product=STM32CubeF3.version=1.11.0.html

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!