-
mazidulalam replied to the topic JLink Base connection to Vega board in the forum General Discussion 3 years, 11 months ago
Hi Alex,
Finally I got my path adapter from segger. But after connecting I am getting the following errors. Any idea on how to fix this?
Open On-Chip Debugger 0.10.0+dev-00433-g9b83e617 (2018-07-26-14:42)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 1000 kHz
srst_only separate…[Read more] -
mazidulalam started the topic JLink Base connection to Vega board in the forum General Discussion 4 years ago
Hi,
Can anyone help me on connecting the J-link base debugger with j55 port of the board. I have a 20 pin connector that came with the Jlink package but the jtag port is 10 pin. So, I am confused about connection.
Thanks
-
mazidulalam replied to the topic Why do we need an external deubgger? in the forum Getting Started Support 4 years, 8 months ago
Sorry target config mentioned above gives this error:
openocd: src/jtag/core.c:343: jtag_checks: Assertion `jtag_trst == 0′ failed.But this works:
target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap -ap-num 0 -
mazidulalam replied to the topic Why do we need an external deubgger? in the forum Getting Started Support 4 years, 8 months ago
Yes I have. This is my target in openocd config file:
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME rv32m1 -endian little -chain-position $_TARGETNAME -
mazidulalam replied to the topic Why do we need an external deubgger? in the forum Getting Started Support 4 years, 8 months ago
I have managed to establish connection with the board via cmsis-dap interface but cant flash program any code as halt command fails every time. As mentioned above cmsis-dap works with arm cores, I should be able to program on M0 and M4 cores of the board, right?