pvvx
Активный участник сообщества
Система Win7x64 (MinGW) + китайский J-Link STLink V2 с прошивкой из SEGGER - The Embedded Experts - ST-LINK on-board
RTL-8710 openocd support от туда:
rebane / rtl8710_openocd / source / — Bitbucket
RTL8710 and OpenOCD - RTL8710 Community Forum
Использовал тестовую команду:
openocd -f interface/jlink.cfg -f rtl8710.ocd -c "init" -c "reset halt" -c "rtl8710_flash_read_id" -c "rtl8710_flash_read dump.bin 0 1048576" -c "shutdown"
Не очень понятно почему низкая скорость чтения Flash:
При установке "adapter_khz 4000", т.е. выше 3500 kHz, не работает - чип не определяется.
Это связано с версией данной платы - STLink V2 ?
При прошивке утилитой SEGGER в режим STLink, максимальная скорость ещё меньше...
RTL-8710 openocd support от туда:
rebane / rtl8710_openocd / source / — Bitbucket
RTL8710 and OpenOCD - RTL8710 Community Forum
Использовал тестовую команду:
openocd -f interface/jlink.cfg -f rtl8710.ocd -c "init" -c "reset halt" -c "rtl8710_flash_read_id" -c "rtl8710_flash_read dump.bin 0 1048576" -c "shutdown"
Не очень понятно почему низкая скорость чтения Flash:
Код:
E:\RTL87xx\git\rebane-rtl8710_openocd\script>openocd -f interface/jlink.cfg -f rtl8710.ocd -c "init" -c "reset halt" -c "rtl8710_flash_read_id" -c "rtl8710_flash_read dump.bin 0 1048576" -c "shutdown"
GNU ARM Eclipse 64-bits Open On-Chip Debugger 0.10.0-dev-00287-g85cec24-dirty (2016-01-10-10:13)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
swd
adapter speed: 3500 kHz
adapter_nsrst_delay: 100
cortex_m reset_config sysresetreq
rtl8710_reboot
Info : No device selected, using first device.
Info : J-Link STLink V2 compiled Aug 4 2016 15:36:56
Info : Hardware version: 1.00
Info : VTarget = 3.300 V
Info : clock speed 3500 kHz
Info : SWD IDCODE 0x2ba01477
Info : rtl8710.cpu: hardware has 6 breakpoints, 4 watchpoints
rtl8710.cpu: target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x00000100 msp: 0x1ffffffc
initializing RTL8710 flasher
faultmask (/1): 0x01
sp (/32): 0x20000000
pc (/32): 0x10001000
RTL8710 flasher initialized
manufacturer ID: 0xC2, memory type: 0x20, memory capacity: 1048576 bytes
read offset 0
dumped 262144 bytes in 3.764215s (68.009 KiB/s)
read 262144 bytes
read offset 262144
dumped 262144 bytes in 3.739214s (68.464 KiB/s)
read 262144 bytes
read offset 524288
dumped 262144 bytes in 3.725214s (68.721 KiB/s)
read 262144 bytes
read offset 786432
dumped 262144 bytes in 3.728213s (68.666 KiB/s)
read 262144 bytes
shutdown command invoked
Это связано с версией данной платы - STLink V2 ?
При прошивке утилитой SEGGER в режим STLink, максимальная скорость ещё меньше...