Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Setting a breakpoint on STM32F411RE Nucleo does not work #579

Open
sgjesse opened this issue Jul 5, 2016 · 0 comments
Open

Setting a breakpoint on STM32F411RE Nucleo does not work #579

sgjesse opened this issue Jul 5, 2016 · 0 comments

Comments

@sgjesse
Copy link
Contributor

sgjesse commented Jul 5, 2016

This is with version 0.5.0-dev.1.5

Flash blinky.dart on STM32F411RE Nucleo (after updating internal/.dartino-settings).

$ dartino flash --debugging-mode samples/stm32f411re-nucleo/blinky.dart
Using template settings file '/tmp/dartino-sdk/internal/.dartino-settings'
Done building image: /tmp/dartino-sdk/samples/stm32f411re-nucleo/blinky.bin
Flashing image: /tmp/dartino-sdk/samples/stm32f411re-nucleo/blinky.bin
Done flashing image: /tmp/dartino-sdk/samples/stm32f411re-nucleo/blinky.bin
$ dartino debug samples/stm32f411re-nucleo/blinky.dart on tty /dev/ttyACM0
Using template settings file '/tmp/dartino-sdk/internal/.dartino-settings'
Attached to /dev/ttyACM0
Starting session. Type 'help' for a list of commands.

> bf blinky.dart 14
### set breakpoint 0: main @ samples/stm32f411re-nucleo/blinky.dart:14:5
> r

Nothing happens after entering r, and typing Ctrl+\ has no effect.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant