Can`t enter debug mode. Keil show error window "Cannot access Memory". In J-link commander I can see "Info: Found SWD-DP with ID 0x0BB11477". What I need to do to start debugging?
Hi There, can you tell us about your set-up ? Which development kit are you using - or is it a target baord - and can you download firmware over UART using smart snippets to the target device ? BR JE_Dialog
I am using DA14580 module like thishttp://www.aliexpress.com/snapshot/6632072350.html?orderId=66979164518423. In this board there is no reset pin, so it is do not connected to J-Link. Maybe I can`t debug because reset pin is unconnected? I tried to program over J-link only. When I connect module to uart I see garbage in terminal on any baud rate.
Hi There, can you tell us about your set-up ? Which development kit are you using - or is it a target baord - and can you download firmware over UART using smart snippets to the target device ? BR JE_Dialog
I am using DA14580 module like thishttp://www.aliexpress.com/snapshot/6632072350.html?orderId=66979164518423. In this board there is no reset pin, so it is do not connected to J-Link.
Maybe I can`t debug because reset pin is unconnected?
I tried to program over J-link only. When I connect module to uart I see garbage in terminal on any baud rate.
One additional point, to use debug, you need to undefine sleep mode - this is not supported in debug mode. BR JE_Dialog
问题已经解决了。后changing J-link emulator to another debug is start. Thank you!