I'm getting this message every time I hit the "WFI" instruction and hit the break button on IAR.
The CPU is a Kinetis KL14Z32XXX4, Cortex-M0. I'm using a Segger J-Link Ultra+ (but I was seeing this same error when using a Freedom KL25 board in J-Link mode). Communication mode is SWD. IAR version is 7.40.
This obviously makes it difficult to debug a device in a low-power application. Any help available?
Below is the debug log:
The CPU is a Kinetis KL14Z32XXX4, Cortex-M0. I'm using a Segger J-Link Ultra+ (but I was seeing this same error when using a Freedom KL25 board in J-Link mode). Communication mode is SWD. IAR version is 7.40.
This obviously makes it difficult to debug a device in a low-power application. Any help available?
Below is the debug log:
Thu Aug 27, 2015 11:26:27: Loaded macro file: C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.2\arm\config\debugger\
Freescale\KLxx.dmac
Thu Aug 27, 2015 11:26:28: Logging to file: C:\Projects\svnInSync\KML\UniversalRedesignFW\trunk\cspycomm.log
Thu Aug 27, 2015 11:26:28: JLINK command: ProjectFile = C:\Projects\svnInSync\KML\UniversalRedesignFW\trunk\settings\
ApplicationKML_Debug.jlink, return = 0
Thu Aug 27, 2015 11:26:28: Device "MKL14Z32XXX4" selected.
Thu Aug 27, 2015 11:26:28: DLL version: V4.96l, compiled Feb 25 2015 10:24:11
Thu Aug 27, 2015 11:26:28: Firmware: J-Link Ultra V4 compiled Apr 10 2015 10:59:25
Thu Aug 27, 2015 11:26:28: Selecting SWD as current target interface.
Thu Aug 27, 2015 11:26:28: JTAG speed is initially set to: 32 kHz
Thu Aug 27, 2015 11:26:29: Found SWD-DP with ID 0x0BC11477
Thu Aug 27, 2015 11:26:29: Found SWD-DP with ID 0x0BC11477
Thu Aug 27, 2015 11:26:29: Found Cortex-M0 r0p0, Little endian.
Thu Aug 27, 2015 11:26:29: FPUnit: 2 code (BP) slots and 0 literal slots
Thu Aug 27, 2015 11:26:30: Kinetis L-series (setup): Disabling watchdog.
Thu Aug 27, 2015 11:26:30: Hardware reset with strategy 2 was performed
Thu Aug 27, 2015 11:26:30: Initial reset was performed
Thu Aug 27, 2015 11:26:30: J-Link: Flash download: Flash programming performed for 1 range (1024 bytes)
Thu Aug 27, 2015 11:26:30: J-Link: Flash download: Total time needed: 0.221s (Prepare: 0.080s, Compare: 0.064s, Erase: 0.011s, Program:
0.029s, Verify: 0.004s, Restore: 0.031s)
Thu Aug 27, 2015 11:26:30: 32765 bytes downloaded (48.78 Kbytes/sec)
Thu Aug 27, 2015 11:26:30: Loaded debugee: C:\Projects\svnInSync\KML\UniversalRedesignFW\trunk\Debug\Exe\c.out
Thu Aug 27, 2015 11:26:30: Kinetis L-series (setup): Disabling watchdog.
Thu Aug 27, 2015 11:26:30: Software reset was performed
Thu Aug 27, 2015 11:26:30: Target reset
The post was edited 1 time, last by Chris.Burrus ().