/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Which Primer versions are supported by Ride7?

Username:     
Password:     
             

Forum

# 1   2011-01-30 03:27:23 Which Primer versions are supported by Ride7?

hivmoacchbhgj
New member
Registered: 2009-03-10
Posts: 7

Which Primer versions are supported by Ride7?

I originally bought an STM32 Primer 2 kit last autumn.
The Ride 7 support and CPU documentations were not applicable to the
CPU in the STM32 Primer 2. For example, neither the provided PDFs
nor the Ride 7 register menus allow you to toggle Timer8 or ADC3
clock enable bits. They are not documented in any of the versions of
the data sheets that I could find either.

I downloaded the latest Ride 7 yesterday. I can now see, e.g., TIM8 in the
Ride 7 debug register widow, but I still cannot enable/disable the timer from Ride 7
while debugging.

Am I missing something obvious?
These are minor problems but make me wonder what else doesn't work.
For example, I am trying to set up a dual-channel ADC1/ADC2 acquisition.
Data is read to memory by DMA1, timing provided by TIM3. This works.
No matter what I do, I cannot trigger the same setup with TIM1. Is this
a code problem or a documentation issue, I wonder? If the timer/adc enable
bit documentation is missing, perhaps the trigger source listing is incorrect as well?

I looked at the STM in order to evaluate the Cortex ARM offerings and possibly
use the CPU in new designs instead of the H8/H2 series devices that I have used so far.
Based on the level of documentation and the evaluation tools, it seems that
the ST ARM offerings are not yet ready for actual product use?

Offline

 

# 2   2011-01-30 12:47:14 Which Primer versions are supported by Ride7?

Limba
Member
Registered: 2010-02-11
Posts: 20

Re: Which Primer versions are supported by Ride7?

I think this is good documentation without NDA.

One note for ST documents that come with Ride7 are olds. I noticed reference manual was better in ST website. About 500 pages missing smile
I use Ride7 ver: 7.26.06.0351

here is link to new reference manual
http://www.st.com/internet/com/TECHNICA … 171190.pdf

Other note is that weblilnks from this site to ST site is wrong because update of ST site.

Offline

 

# 3   2011-01-30 13:28:45 Which Primer versions are supported by Ride7?

hivmoacchbhgj
New member
Registered: 2009-03-10
Posts: 7

Re: Which Primer versions are supported by Ride7?

Thanks,

I found the newer documentation, RM0008.
That seems to match the actual CPU.

As you noted, the links to data sheets and application notes on this site are broken
in the STM32 Primer2 resources page.

Bugs in Ride7 register layouts are still a problem, though.

Offline

 

# 4   2011-01-30 15:46:33 Which Primer versions are supported by Ride7?

Limba
Member
Registered: 2010-02-11
Posts: 20

Re: Which Primer versions are supported by Ride7?

I chk STM32F103VET6_CircleOS.sim  last timer notified there was Timer7 and then after that is I2C1. Missing Timer8 info.

Can we have current file for this?

Edit:
If I remeber right Timer1 and Timer8 should be same. If so then it easy to copy it and parte after Timer7 and rename address to point right place.
But I recommended to wait official files for Ride7

Last edited by Limba (2011-01-30 15:50:42)

Offline

 

# 5   2011-01-31 15:01:07 Which Primer versions are supported by Ride7?

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: Which Primer versions are supported by Ride7?

Effectively the links was not up to date after the ST website redesign. It is done now.

Concerning Ride documentation and peripheral views, I suggest you to download the last version of Ride (7.30) and RKitARM (1.30).

Offline

 

# 6   2011-02-01 03:52:10 Which Primer versions are supported by Ride7?

hivmoacchbhgj
New member
Registered: 2009-03-10
Posts: 7

Re: Which Primer versions are supported by Ride7?

yrt :

Effectively the links was not up to date after the ST website redesign. It is done now.

Concerning Ride documentation and peripheral views, I suggest you to download the last version of Ride (7.30) and RKitARM (1.30).

Thank you for the link update!
I have Ride 7.30 / RKitARM 1.30 / Ride7-Patch 7.30, downloaded last week.

In debug mode register view,
the APB2 Peripheral Clock enable register view
does not have ADC3EN, TIM8EN, IOPFEN, IOPGEN bits.

APB1 Peripheral Clock enable register is missing
the DACEN, TIM5EN, TIM6EN, TIM7EN bits.

Can I add the necessary bits by editing a configuration file?

Offline

 

# 7   2011-02-01 09:31:24 Which Primer versions are supported by Ride7?

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: Which Primer versions are supported by Ride7?

Thank you for your report.

You can find a patch for the missing peripherals at this place : ftp://www.raisonance.com/temp/arm/STM32 … sc.perisim

Download and put this file to the "${Ride}/Sim/ARM" directory

Offline

 

# 8   2011-02-01 13:32:47 Which Primer versions are supported by Ride7?

hivmoacchbhgj
New member
Registered: 2009-03-10
Posts: 7

Re: Which Primer versions are supported by Ride7?

Thank you. Problem solved.

Offline

 

Board footer