cancel
Showing results for 
Search instead for 
Did you mean: 

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

Mike Rosing
Associate II

 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.

1 ACCEPTED SOLUTION

Accepted Solutions

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
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

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
Up vote any posts that you find helpful, it shows what's working..
Mike Rosing
Associate II

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!