-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Nothing happens after flashing STM's with tests applications #9949
Copy link
Copy link
Closed
Labels
Type: questionThe issue poses a question regarding usage of RIOTThe issue poses a question regarding usage of RIOT
Description
Description
I'm new to RIOT and trying to run any test or example app on STM32f3discovery or nucleo-l432kc. Flashing works well, but then nothing happens as if the board wasnt flashed
Steps to reproduce the issue
I'm trying to run /tests/leds with a command:
make flash BOARD=stm32f3discovery STLINK_VERSION=2-1
Also tried to run /examples/hello-world with:
make flash term BOARD=stm32f3discovery STLINK_VERSION=2-1
and
make flash term BOARD=nucleo-l432kc
Expected results
Blinking leds or printing hello world in terminal
Actual results
Nothing happens when using BOARD different than native (while on native port hello-world example works well)
Looking for help as I'm new to both RIOT and Linux
Versions
Operating system: Ubuntu 18.04
Build environment: GCC, gcc-arm-none-eabi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: questionThe issue poses a question regarding usage of RIOTThe issue poses a question regarding usage of RIOT