This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible use ULINK2 USB-JTAG for STM3210E-EVAL board?

Shalom from JERUSALEM!
Here is my technical problem:
I've got STM3210E-EVAL evaluation board from ST company. -
target STM32F103ZE
I've tried to programm it's flash with ULINK2 USB-JTAG on the base of
simple led blinking test programm.
The flash programming is performing, but I cann't see results -
the programm not functions.
What can I do ?
Is it possible use ULINK2 USB-JTAG for STM3210E-EVAL board

Some details:
OS : WINDOWS XP

IDE-Version:
µVision3 V3.63
Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2008

License Information:
LEV USER
COMPANY
LIC=----

Tool Version Numbers:
Toolchain: RealView MDK-ARM Version: 3.24
Toolchain Path: BIN31\
C Compiler: Armcc.Exe V3.1.0.939 [Evaluation]
Assembler: Armasm.Exe V3.1.0.939 [Evaluation]
Linker/Locator: ArmLink.Exe V3.1.0.939 [Evaluation]
Librarian: ArmAr.Exe V3.1.0.939 [Evaluation]
Hex Converter: FromElf.Exe V3.1.0.939 [Evaluation]
CPU DLL: SARMCM3.DLL V3.24
Dialog DLL: DARMSTM.DLL V1.36
Target DLL: BIN\UL2CM3.DLL V1.43
Dialog DLL: TARMSTM.DLL V1.35

**************************************************
Listing of main:

int main (void) {

stm32_Init (); // STM32 setup

GPIO_WriteBit(GPIOF, GPIO_Pin_8, Bit_RESET); // Bit_RESET

GPIO_WriteBit(GPIOF, GPIO_Pin_8, Bit_SET); // Turn On Led

GPIO_WriteBit(GPIOF, GPIO_Pin_6, Bit_SET); // Turn On Led

while (1) {

}
}

**************************************************
Remark: ULINK2 USB-JTAG succesfully works with MCB2300 evaluation board of KEIL

Regards
Lev Malkin

0