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

Problems with debugging STM32F103VC

Hello,

I have some problems with debugging peripherals of my STM32F103VC. I
implemented a simple counter by using Timer 5 of the µC named above. The Timer
seems to work and I can read out the value of the Counter Register (TIM5->CNT).
When i started the Debug-Mode of µVision3, i can't find the Timer5-Item in the
"Peripherals Menu". The called controller should even have an SPI3, but i can't
find this peripheral in the Peripherals Menu, too.
I don't understand this behaviour, because i have chosen STM32F103VC at the
device manager. Smaller controllers are presented correctly...

I'm using the following Development Environment running under Windows XP SP3:

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

Tool Version Numbers:
Toolchain: RealView MDK-ARM Version: 3.23
Toolchain Path: BIN31\
C Compiler: Armcc.Exe V3.1.0.939
Assembler: Armasm.Exe V3.1.0.939
Linker/Locator: ArmLink.Exe V3.1.0.939
Librarian: ArmAr.Exe V3.1.0.939
Hex Converter: FromElf.Exe V3.1.0.939
CPU DLL: SARMCM3.DLL V3.22f
Dialog DLL: DARMSTM.DLL V1.34
Target DLL: BIN\UL2CM3.DLL V1.41c
Dialog DLL: TARMSTM.DLL V1.33

We use the application library of ST at the Version of 2.0.3.

I hope there is anybody, who can help me.

Thanks...

0