Hi,
I am using MAX32690-EVKit and I noticed that for the program to be loaded I need to manually reset the board using reset button. It seems like resetting the chip using AIRCR.SYSRESETREQ registers is not working. Attached the log. Did anyone come across similar issues ? Any workarounds ?
Display All
I am using MAX32690-EVKit and I noticed that for the program to be loaded I need to manually reset the board using reset button. It seems like resetting the chip using AIRCR.SYSRESETREQ registers is not working. Attached the log. Did anyone come across similar issues ? Any workarounds ?
Source Code
- Firmware Version: J-Link V12 compiled Feb 6 2024 14:35:34
- DLL Version: 7.94i
- Hardware Version: V12.00
- Target Voltage: 1.793
- Device "MAX32690" selected.
- Current Speed: 4000 kHz
- Found SW-DP with ID 0x2BA01477
- DPIDR: 0x2BA01477
- CoreSight SoC-400 or earlier
- Scanning AP map to find all available APs
- AP[1]: Stopped AP scan as end of AP map has been reached
- AP[0]: AHB-AP (IDR: 0x24770011)
- Iterating through AP map to find AHB-AP to use
- AP[0]: Core found
- AP[0]: AHB-AP ROM base: 0xE00FF000
- CPUID register: 0x410FC241. Implementer code: 0x41 (ARM)
- Found Cortex-M4 r0p1, Little endian.
- FPUnit: 6 code (BP) slots and 2 literal slots
- CoreSight components:
- ROMTbl[0] @ E00FF000
- [0][0]: E000E000 CID B105E00D PID 000BB00C SCS-M7
- [0][1]: E0001000 CID B105E00D PID 003BB002 DWT
- [0][2]: E0002000 CID B105E00D PID 002BB003 FPB
- Loading target script file MAX32690_Target.js
- Preparing target for download
- Executing Reset script Reset();
- Reset: Halt core after reset via DEMCR.VC_CORERESET.
- Reset: Reset device via AIRCR.SYSRESETREQ.
- Core did not halt after reset, halting it manually.
- Downloading 'xxxbasic.elf' to MAX32690
- Programming 6.7 KB of addresses 10000000 - 10001ad5
- J-Link: Flash download: Bank 0 @ 0x10000000: 1 range affected (16384 bytes)
- J-Link: Flash download: Total: 0.294s (Prepare: 0.027s, Compare: 0.027s, Erase: 0.035s, Program & Verify: 0.183s, Restore: 0.020s)
- J-Link: Flash download: Program & Verify speed: 87 KB/s
- Download successful
The post was edited 1 time, last by augustus ().