-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
Following the document, build and flash blinky example into ST Nucleo-F103RB development board, cannot watch LED working. Jumpers on the board are not changed. ST official demos downloaded by Keil MDK are working correctly. Debugger is ST-Link.
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -GNinja -DBOARD=nucleo_f103rb ..
- ninja
ninja flash - See error
Environment (please complete the following information):
- OS: Ubuntu 18.04, Windows 10
- Zephyr SDK on Ubuntu, GCC arm embedded on Windows
- Zephyr 1.13.0 release
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug