Skip to main content
JGumm.1
Visitor II
July 15, 2022
Solved

Where can I find the Nucleo F103RB demo binary?

  • July 15, 2022
  • 1 reply
  • 821 views

I'm looking for the .bin file that comes pre-programmed on the board. Anyone know where I can find it? The .zip file on the product page appears to be for a different board/project and also only contains a .hex file. Also if there is source code is available for the project that would be helpful too. Thanks!

This topic has been closed for replies.
Best answer by waclawek.jan

0693W00000QLMgeQAH.png 

The original code which normally only blinks is confusingly big, because it's in fact a demo of an LCD "shield", and the blinking is only a minor part of it, see description .txt files.

https://github.com/STMicroelectronics/STM32CubeF1/tree/master/Projects/STM32F103RB-Nucleo/Demonstrations/Adafruit_LCD_1_8_SD_Joystick

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
July 16, 2022

0693W00000QLMgeQAH.png 

The original code which normally only blinks is confusingly big, because it's in fact a demo of an LCD "shield", and the blinking is only a minor part of it, see description .txt files.

https://github.com/STMicroelectronics/STM32CubeF1/tree/master/Projects/STM32F103RB-Nucleo/Demonstrations/Adafruit_LCD_1_8_SD_Joystick

JW