Difference: ForthSTM32WB (13 vs. 14)

Revision 142020-01-19 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Mecrisp Forth for the STM32WB

Line: 135 to 135
 Connection closed by foreign host.
Added:
>
>
$ gdb
GNU gdb (GDB; openSUSE Tumbleweed) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
...
(gdb) file mecrisp-stellaris-stm32wb55.elf
Reading symbols from mecrisp-stellaris-stm32wb55.elf...
(gdb) break uart_init
Breakpoint 1 at 0x8001466: file terminal.s, line 31.
(gdb) break Reset
Breakpoint 2 at 0x8003a9e: file mecrisp-stellaris-stm32wb55.s, line 89.
(gdb) target remote localhost:3333
Remote debugging using localhost:3333
0x1fff5904 in ?? ()
(gdb) monitor reset
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
(gdb) load
Loading section .text, size 0x3c18 lma 0x8000000
Start address 0x8000000, load size 15384
Transfer rate: 19 KB/sec, 15384 bytes/write.
(gdb) continue
Continuing.
Note: automatically using hardware breakpoints for read-only addresses.
  -- Peter Schmid - 2019-12-29
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback