How to load binary to DRAM with JLink JTAG to debug? – Ubuntu
I am doing a ARM+RTOS project, and I want to download the binary to target board with JLink JTAG. But every time 'loadbin a.bin 0x40000000' will report error -1, and says 'failed to read memory', 0x40000000 is the starting address…