Hi,
I'm doing my first steps with the J-Link (Edu) and Cortex-M3 (Olimex STM32-H103, with an STM32F103RB onboard).
After having many, many, problems (which were all caused by myself), I'm stuck at this error message, given by Keil µVision4.
I wonder what "Core is locked-up" means. I've already tried the STM32 Unlock utility, which gives nothing but OKs back to me.
Yours,
CowZ
edit: problem solved by mikrocontroller.net / A.K. . for all of you, who experience same problem: erase device via bootloader, than that "core is locked-up" message is gone. but i still wonder, what went wrong the first time...
Display All
I'm doing my first steps with the J-Link (Edu) and Cortex-M3 (Olimex STM32-H103, with an STM32F103RB onboard).
After having many, many, problems (which were all caused by myself), I'm stuck at this error message, given by Keil µVision4.
I wonder what "Core is locked-up" means. I've already tried the STM32 Unlock utility, which gives nothing but OKs back to me.
Yours,
CowZ
edit: problem solved by mikrocontroller.net / A.K. . for all of you, who experience same problem: erase device via bootloader, than that "core is locked-up" message is gone. but i still wonder, what went wrong the first time...
Brainfuck Source Code
- Load "[...]\\Obj\\Gpio.AXF"
- JLink info:
- -----------
- DLL: V4.10i, compiled Jan 25 2010 14:43:57
- Firmware: J-Link ARM V8 compiled Dec 1 2009 11:42:48
- Hardware: V8.00
- S/N : 268000075
- OEM : SEGGER-EDU
- Feature(s) : FlashBP
- ---
- * JLink Info: TotalIRLen = 9, IRPrint = 0x0011
- * JLink Info: Found Cortex-M3 r1p1, Little endian.
- * JLink Info: TPIU fitted.
- * JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
- * JLink Info: TotalIRLen = 9, IRPrint = 0x0011
- * JLink Info: Found Cortex-M3 r1p1, Little endian.
- * JLink Info: TPIU fitted.
- * JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
- Target info:
- ------------
- Device: STM32F103VB
- VTarget = 3.293V
- State of Pins:
- TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
- * JLink Info: TotalIRLen = 9, IRPrint = 0x0011
- * JLink Info: Found Cortex-M3 r1p1, Little endian.
- * JLink Info: TPIU fitted.
- * JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
- Hardware-Breakpoints: 6
- Software-Breakpoints: 2048
- Watchpoints: 4
- JTAG speed: 3000 kHz
- ---
- * JLink Info: TotalIRLen = 9, IRPrint = 0x0011
- * JLink Info: Found Cortex-M3 r1p1, Little endian.
- * JLink Info: TPIU fitted.
- * JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
- * JLink Info: Core is locked-up!
- * JLink Info: CPU halted
- Programming Failed!
The post was edited 2 times, last by CowZ ().