2025-01-19 08:30 PM
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:.
2025-01-19 11:31 PM
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 LED: STM32StepByStep: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)