Page 1 of 1

[N9H30 Non-OS] How to source level debug?

Posted: 20 Apr 2020, 09:55
by 9chuckyoung
SEGGER J-Link ICE:
1. purchase the official SEGGER's J-Link ICE for Arm9 and install J-Link Windows driver. https://www.segger.com/products/debug-probes/j-link/

Nuvoton WIndow tool:
1. connect with NuWriter.

Arm KEIL MDK IDE debugging flow:
1. open BSP sample code, e. g. uart.
2. Project
2.1. Options for Target 'uart'...
3. Debug
3.1. Use: J-LINK / J-TRACE ARM
4. Settings
4.1. JTAG Speed kHz: 12000
4.2. Reset Strategy : Hardware, halt after reset (normal)
5. Load Application at Startup
6. Run to main()
7. Debug
7.1 Start/Stop Debug Session