sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Can't programm nrf52832 with Jlink. #444

Open lanket opened 3 years ago

lanket commented 3 years ago

Arduino IDE error: c:/users/������/appdata/local/arduino15/packages/sparkfun/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .heap by 4 bytes c:/users/������/appdata/local/arduino15/packages/sparkfun/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4 bytes c:/users/������/appdata/local/arduino15/packages/sparkfun/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .heap by 4 bytes c:/users/������/appdata/local/arduino15/packages/sparkfun/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4 bytes c:/users/������/appdata/local/arduino15/packages/sparkfun/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .heap by 4 bytes c:/users/������/appdata/local/arduino15/packages/sparkfun/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4 bytes The sketch uses 25,800 bytes (6%) of the device's memory. A total of 409,600 bytes are available. Open On-Chip Debugger 0.10.0-dev-00254-g696fc0a (2016-04-10-10:13) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html debug_level: 0 0 embedded:startup.tcl:60: Error: Can't find target/.cfg in procedure 'script' at file "embedded:startup.tcl", line 60 selected at file serial port "embedded:startup.tcl", line 60 does not exist or the board is not connected to it I don not understand where is the file embedded:startup.tcl?

pvonmoradi commented 3 years ago

What is your setup like? Have you re-checked the SWD connection between target and JLink?
Is target powered on?