apache / apache/nuttx

Nuttx ./tools/configure.sh -l stm32f103-minimum/userled does not blink led.

Open
#11,529 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
4k
Forks
1.7k
Avg merge
1d 17h
Merged PRs (30d)
237

Description

Install nuttx and the stm32 toolchain. (You can follow Alan nuttx channel tutorials)
VERSION: NuttX-12.4.0-RC0
Run:
```
cd /home/juan/nuttxspace/nuttx
./tools/configure.sh -l stm32f103-minimum/userled
make -j4
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c "reset halt" -c "flash write_image erase nuttx.bin 0x08000000"
picocom -b 115200 /dev/ttyUSB0
```
Then in nutshell press enter:
```
NuttShell (NSH) NuttX-12.4.0-RC0
nsh> ?
nsh> ls
nsh>
```
The leds program is not there, the board does not blink the led. All settings were verified in "make menuconfig"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.