/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Wrong device ID

Username:     
Password:     
             

Forum

# 1   2012-02-01 01:36:27 Wrong device ID

muhdnordin
New member
Registered: 2009-02-24
Posts: 5

Wrong device ID

Hi,
I have bought an EvoPrimer with  STM32F103VG and used the Ride7 tool download from this website (Downloads for EvoPrimer for STM32F103VE). I'm not able to program the device coz it show that I'm using
a wrong device ID.

Error 203: Wrong MCU Device ID: 0x10006430

I'm suspecting that I used the wrong compiler toolset. COuld you provide me a correct link.

thank you
-nordin

Offline

 

# 2   2012-02-01 13:00:05 Wrong device ID

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

Re: Wrong device ID

Effectively the applications are compatible between STM32F103VE and STM32F103VG boards, but the ID code of the two CPU are different.
So you have to precise to the compiler toolset you are using a STM32F103VGT6 processor :
- configure in your project the option "Advanced ARM options/Processor/Device".
- choose in the tree "STM32F103xx/STM32F103VGT6".
- build and debug.

Offline

 

# 3   2012-02-01 22:41:46 Wrong device ID

muhdnordin
New member
Registered: 2009-02-24
Posts: 5

Re: Wrong device ID

Thank you for your response.  What about upgrading the  circles os. Coz  I'm still got the same
message if I try to upgrade the Circle OS  4.03 to 4.2. FYI, I'm using the Restore_Evo_STM32E_Circle_Factory.

thank you

-nordin

Offline

 

# 4   2012-02-01 22:53:17 Wrong device ID

muhdnordin
New member
Registered: 2009-02-24
Posts: 5

Re: Wrong device ID

I did what u have suggested. I have changed to STM32F103VGT6, but still have a same problem.

thank you

Offline

 

# 5   2012-02-19 14:27:59 Wrong device ID

hjf
New member
Registered: 2011-10-16
Posts: 1

Re: Wrong device ID

I have the same Problem with Circle4.2 on OP-4 with STM32F103VG-Modul.
After I load the Circle4.2 source project in Ride7, changed the device in the project
proporties, the compilation is ok, but does not work.
I supposed, that the start.s and the linker file does not correct for this micro ?

Offline

 

# 6   2012-03-02 15:14:45 Wrong device ID

CHR
New member
Registered: 2008-09-23
Posts: 1

Re: Wrong device ID

I have the same issue! Does anyone know how to deal with it?

Offline

 

# 7   2012-11-22 10:30:22 Wrong device ID

bulanmar
New member
From: Prague, Czech Republic
Registered: 2012-11-13
Posts: 1

Re: Wrong device ID

Make a new STM32G_Evo_CircleOS application, go to Project Properties, Application options -> Directories and set Include Directories to .;$(RkitLib)\ARM\CircleOS instead of .;$(RkitLib)\ARM\include.

Next go to GCC Compiler -> Defines and write OPEN4.

Last thing you'll have to do is LD Linker -> Startup -> Use Default Startup: NO; Startup File: .\Ride\lib\ARM\CircleOS\Application_Startup.o

It can debug after I do that but I still can't make a working application. By the way, I would expect raisonance to come up with a solution itself after such a long time.

Last edited by bulanmar (2012-11-22 10:32:15)

Offline

 

# 8   2012-11-23 07:11:59 Wrong device ID

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

Re: Wrong device ID

This issue is taken into account, and will be fixed for the next RKit-ARM release.

Offline

 

Board footer