Skip to main content
TFlac
Associate III
August 14, 2019
Solved

Where are the DEMO source project file for the OUT OF BOX demo for the Nucleo-64 STM32F303RE board.

  • August 14, 2019
  • 2 replies
  • 828 views

I purchased a Nucleo-64 STM32F303RE for beginning a project. I have downloaded the tools, this includes CUBE_MX and CUBE_IDE. I am able to build a project using these tools as instructed. What I want to know is where is the DEMO project that is loaded on this board straight out of the box. I was able to locate the HEX file on the ST Website; the only way I knew this HEX file was the one in the eval board is by reading the README.file. I was able to press the USER button and change the BLINKY LED rate. I would like to download the source file as I want to see how the HAL_FUNCTIONS were used. I won't download a new compiled HEX as the original will be overwritten and gone. I looked everywhere. Please help.

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

Not sure some of these used Cube, but the CubeF3 repository trees have others

STM32Cube_FW_F3_V1.10.0\Projects\STM32F303RE-Nucleo\Demonstrations

You can pull the current firmware off with the ST-LINK Utilities, or STM32 Cube Programmer

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
August 14, 2019

Not sure some of these used Cube, but the CubeF3 repository trees have others

STM32Cube_FW_F3_V1.10.0\Projects\STM32F303RE-Nucleo\Demonstrations

You can pull the current firmware off with the ST-LINK Utilities, or STM32 Cube Programmer

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
TFlac
TFlacAuthor
Associate III
August 14, 2019

I have been on a desperate search and I think I hit PAYDIRT. As you stated Clive, the STM32CubeF3 is where I needed to look. I found application note AN 4734, The third page of this AN 4734 shows all the relevant PDFs for the STM32CubeF3 flows with many examples. All the documents, I think about 9 PDFs show HAL, LL and Middleware examples in several different MIX flows highlighting each one.