Topic : Debug errors using STM32

Forum : ARM

Original Post
Post Information Post
October 30, 2009 - 9:05pm
Guest

Hi!
I ´m using a STM32F103ZET6 and some peripherals like TIM1 & TIM8 i already tested and is working as expected, but when in debug mode, i double click TIM1 or TIM8 in the debug peripheral tree and appears a box with no text. In TIM5 appears values from TIM4. Is already some patch for Ride7?
Thanks for your time...

Replies
Post Information Post
+1
0
-1
November 3, 2009 - 2:54pm
Guest

We'll check the issue and will send you a patch (or make it available on the web site).

+1
0
-1
November 3, 2009 - 5:21pm
Guest

Thanks again!
I don't know how to post an image, so if can send me your email, I send you a *.bmp file that show the problem.
If you need it, please tell me.
My complements...

+1
0
-1
November 4, 2009 - 5:18pm
Guest

I am using a STM32F103VET6 and experiencing the same problem with the RIDE.

+1
0
-1
November 5, 2009 - 9:36am
Guest

HI,
I have this same problem with debug USB.
Do you have any resolution (patch or something else)?

I'm using:
- Ride7 (7.24.09.0251)
- RKit-ARM for Ride7 (1.22.09.0254)
- STM32F103RBT6

Regards
Maciek

+1
0
-1
November 5, 2009 - 10:23am
Guest

Hi

The patch should be available soon, it is still under verification.

This patch should correct issues on STM103** highdensity derivatives concerning:
-Timer1, Timer8, USB,ADC2,ADC3,CAN
This patch add also handling of DAC peripheral.

Regards,
Matloub

+1
0
-1
November 10, 2009 - 10:12am
Guest

Hi

The patch is available on the freedownload section of our website:
http://www.mcu-raisonance.com/mcu_downloads.html

It has reference: patch2 RKit-ARM

Regards,
Matloub

+1
0
-1
November 12, 2009 - 8:35am
Guest

Is this patch is already available?

Regards,
Maciek

+1
0
-1
November 12, 2009 - 11:14am
Guest

Hi

Yes the patch is now visible.
if you do not see it when going to the link try to update the web page and it should appear.

Regards,
Matloub

+1
0
-1
December 29, 2009 - 7:44pm
Guest

Hi!
I'm having a problem with TIM6 & TIM7, when in debug and updating the TIM2 structure it updates the TIM2 Structure but updates the TIM6 and TIM7 structures too, and when updating the TIM6 and TIM7 structures it was no effect on debug tree TIM6 & TIM7 Boxes respectively. It remains inactive even after a TIM_Cmd(TIM7, ENABLE); but appears to be running on the board.