Skip to main content
Visitor II
January 20, 2025
Question

Code generation error with NUCLEO-F103RB

  • January 20, 2025
  • 1 reply
  • 445 views

I am working on the blink led project on the Nucleo - F103RB, I facing error during the code generation process, the code isn't generating. Might be something with macbook, that i need to install any extra packages or something.

Can someone plzz help me with this :folded_hands:.

This topic has been closed for replies.

1 reply

ST Technical Moderator
January 20, 2025

Hello @divraj 

What exactly did the error message say? 

Localize where the code generation hangs and what is the problem that you see and when it occurs. You can share a screenshot, or your code to help you in this issue.

Try follow this article to blink a LEDSTM32StepByStep:Step2 Blink LED - stm32mcu

You can refer to the GPIO example demonstrates how to toggle a GPIO pin on the Nucleo-F103RB:

STM32CubeF1/Projects/STM32F103RB-Nucleo/Examples/GPIO/GPIO_IOToggle at master · STMicroelectronics/STM32CubeF1 · GitHub  (Make sure to adjust the pin and port according to your specific requirements)

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks