I'm trying to reset my device by the reset pin, but it seems that changing the reset type has no effect:
Display All
Am I doing it wrong, or is there some reason the jlink decides against using the reset pin?
Source Code
- > JLinkExe -device LPC1752 -if SWD -speed 1000
- SEGGER J-Link Commander V5.02k ('?' for help)
- Compiled Nov 13 2015 18:34:51
- Info: Device "LPC1752" selected.
- DLL version V5.02k, compiled Nov 13 2015 18:34:47
- Firmware: J-Link V9 compiled Oct 9 2015 20:34:47
- Hardware: V9.30
- S/N: xxxxxxxxx
- OEM: SEGGER-EDU
- Feature(s): FlashBP, GDB
- Emulator has Trace capability
- VTarget = 3.300V
- Info: Found SWD-DP with ID 0x2BA01477
- Info: Found Cortex-M3 r2p0, Little endian.
- Info: FPUnit: 6 code (BP) slots and 2 literal slots
- Info: CoreSight components:
- Info: ROMTbl 0 @ E00FF000
- Info: ROMTbl 0 [0]: FFF0F000, CID: B105E00D, PID: 002BB000 SCS
- Info: ROMTbl 0 [1]: FFF02000, CID: B105E00D, PID: 002BB002 DWT
- Info: ROMTbl 0 [2]: FFF03000, CID: B105E00D, PID: 002BB003 FPB
- Info: ROMTbl 0 [3]: FFF01000, CID: B105E00D, PID: 002BB001 ITM
- Info: ROMTbl 0 [4]: FFF41000, CID: B105900D, PID: 002BB923 TPIU-Lite
- Info: ROMTbl 0 [5]: FFF42000, CID: B105900D, PID: 002BB924 ETM-M3
- Cortex-M3 identified.
- Target interface speed: 1000 kHz
- J-Link>r
- Reset delay: 0 ms
- Reset type NORMAL: Resets core & peripherals via SYSRESETREQ & VECTRESET bit.
- J-Link>exec SetResetType = 2
- J-Link>r
- Reset delay: 0 ms
- Reset type NORMAL: Resets core & peripherals via SYSRESETREQ & VECTRESET bit.
- J-Link>exit
Am I doing it wrong, or is there some reason the jlink decides against using the reset pin?