-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathload-application.log
43 lines (37 loc) · 1.72 KB
/
load-application.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
> Executing task in folder stm32bluepill-mynewt-sensor: bash -c -l ' openocd/bin/openocd -f scripts/flash-init.ocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -f scripts/flash-app.ocd ' <
Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 0
Setting flash size to 64 KB...
0x10000
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
none separate
semihosting is enabled
Stopping Blue Pill...
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800010c msp: 0x20005000, semihosting
Current flash info...
#0 : stm32f1x.flash (stm32f1x) at 0x08000000, size 0x00000000, buswidth 0, chipwidth 0
flash 'stm32f1x' found at 0x08000000
Unlocking Blue Pill...
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000003a msp: 0x20005000, semihosting
stm32x unlocked.
INFO: a reset or power cycle is required for the new settings to take effect.
Flashing Application to Blue Pill...
auto erase enabled
auto unlock enabled
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000003a msp: 0x20005000, semihosting
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000003a msp: 0x20005000, semihosting
wrote 44032 bytes from file bin/targets/bluepill_my_sensor/app/apps/my_sensor_app/my_sensor_app.img in 2.524688s (17.032 KiB/s)
read 43192 bytes from file bin/targets/bluepill_my_sensor/app/apps/my_sensor_app/my_sensor_app.img and flash bank 0 at offset 0x00004000 in 0.924695s (45.615 KiB/s)
contents match
Restarting Blue Pill...
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800010c msp: 0x20005000, semihosting
**** Done!