/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Error 103: Error reported by the DTC

Username:     
Password:     
             

Forum

# 1   2009-11-17 21:18:25 Error 103: Error reported by the DTC

RensV
New member
Registered: 2009-11-12
Posts: 2

Error 103: Error reported by the DTC

Hi,

I (as a STM32 n00b) am exploring the possibilities of the STM32 Primer2. CircleOS looks very impressive, also the demo applications are really nice. Of course I tried adding more applications such as the MP3 player and Balancer.
Compiling via Ride7 works fine although for the MP3 player project I had to add the file: C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_LIB\project\RIDE\cortexm3_macro.s to the project. Don't ask me why -  I still have to learn.

Only adding the applications to the primer2 device fails when running the add_to_Circle.bat batch-file (which runs the add_CircleOS_application.bat batch file which calls the Circle_Mgr.exe application). I see the screen on the primer2 flashing and then I get the error:

Reading FAT table...
         !!! Error 103: Error reported by the DTC

Does someone know what this error means? I found this discussion on the stm32 forum: Primer 2 dead - error 103 
but my primer2 unit is not dead.
I've installed the latest circleOS 3.8 on the Primer2.

Hopefully someone knows the solution! In the meantime I will keep on reading/learning/trying. If I discover what it is I will let you know

Thanks,

Rens

Last edited by RensV (2009-11-17 21:19:44)

Offline

 

# 2   2009-11-18 07:44:46 Error 103: Error reported by the DTC

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

Re: Error 103: Error reported by the DTC

Hi,

What is the version of your Ride7 ?
You can get this information on "Help/About Ride7" menu. Notice the number of Ride7 and RKit-ARM.
May be you should update it with the last one available on the resources page of this web site.

Offline

 

# 3   2009-11-20 08:12:01 Error 103: Error reported by the DTC

RensV
New member
Registered: 2009-11-12
Posts: 2

Re: Error 103: Error reported by the DTC

Hi,

I'm using the following Ride7 version as supplied with the Primer2:
Ride7 IDE version 7.15.0000
RKit-ARM for Ride 7 version 1.14.0811

Coming weekend I will try the latest version (7.24.09.0251) from the website and let you know.

Thanks,

Rens

Offline

 

# 4   2010-01-12 16:35:11 Error 103: Error reported by the DTC

yurikov
New member
Registered: 2009-09-16
Posts: 6

Re: Error 103: Error reported by the DTC

We have bought STM32-PRIMER2 /RAISONANCE to study potentialities of STM32 microcontrollers.
Now I have faced technical problems which appear at compilation program  MP3-Payer-1 (loaded on reference http://www.stm32circle.com/projects/project.php?id=82)  in environment RIDE-7. The report of compiler about faults is in attached. 

I will be grateful to you if you help me to solve these problems.

Offline

 

# 5   2010-01-13 07:44:56 Error 103: Error reported by the DTC

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

Re: Error 103: Error reported by the DTC

Sorry, but I don't find your attached report ?!?

Offline

 

# 6   2010-01-13 11:06:37 Error 103: Error reported by the DTC

yurikov
New member
Registered: 2009-09-16
Posts: 6

Re: Error 103: Error reported by the DTC

Hello yrt
report of compiler about faults for program  MP3-Payer-1 (loaded on reference http://www.stm32circle.com/projects/project.php?id=82) is bellow:

Building C:\Program Files\Raisonance\Ride\Examples\ARM\mp3\MP3-Player-1.00\MP3_Player\SRC\MP3_Player.rapp
Running: LD
\"C:\Program Files\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe" -mcpu=cortex-m3 -mthumb  -Wl,-T -Xlinker "C:\Program Files\Raisonance\Ride\Examples\ARM\mp3\MP3-Player-1.00\MP3_Player\SRC\objdebug\MP3_Player.elf.ld" -u _start  -nostartfiles -Wl,-Map -Xlinker "C:\Program Files\Raisonance\Ride\Examples\ARM\mp3\MP3-Player-1.00\MP3_Player\SRC\objdebug\MP3_Player.map"   
C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_thumb.lib(stm32f10x_nvic.o): In function `NVIC_GetBASEPRI': 
stm32f10x_nvic.csad.text.NVIC_GetBASEPRI+0x2): undefined reference to `__GetBASEPRI' 
C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_thumb.lib(stm32f10x_nvic.o): In function `NVIC_BASEPRICONFIG': 
stm32f10x_nvic.csad.text.NVIC_BASEPRICONFIG+0x6): undefined reference to `__BASEPRICONFIG' 
C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_thumb.lib(stm32f10x_nvic.o): In function `NVIC_RESETFAULTMASK': 
stm32f10x_nvic.csad.text.NVIC_RESETFAULTMASK+0x2): undefined reference to `__RESETFAULTMASK' 
C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_thumb.lib(stm32f10x_nvic.o): In function `NVIC_SETFAULTMASK': 
stm32f10x_nvic.csad.text.NVIC_SETFAULTMASK+0x2): undefined reference to `__SETFAULTMASK' 
C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_thumb.lib(stm32f10x_nvic.o): In function `NVIC_RESETPRIMASK': 
stm32f10x_nvic.csad.text.NVIC_RESETPRIMASK+0x2): undefined reference to `__RESETPRIMASK' 
C:\Program Files\Raisonance\Ride\Lib\ARM\STM32F10x_thumb.lib(stm32f10x_nvic.o): In function `NVIC_SETPRIMASK': 
stm32f10x_nvic.csad.text.NVIC_SETPRIMASK+0x2): undefined reference to `__SETPRIMASK' 
collect2: ld returned 1 exit status 
 
Build failed

Offline

 

# 7   2010-01-14 06:53:35 Error 103: Error reported by the DTC

repzak
Member
Registered: 2008-03-05
Posts: 170

Re: Error 103: Error reported by the DTC

Hello,

I believe it is because the MP3 Player is based on an older std.periphial library than the latest.

The code has to be updated for that.

Kasper

Offline

 

# 8   2010-01-14 08:10:48 Error 103: Error reported by the DTC

yurikov
New member
Registered: 2009-09-16
Posts: 6

Re: Error 103: Error reported by the DTC

Hello Kasper,
The library (which is stored under the reference  in my PC:C:\Program Files\Raisonance\Ride\Lib\ARM\) which I now use, has creation dates for all files no more - June, 2008. What date of creation of files (no more) for older library on which you have informed me? Is it labour-intensive process - update of the code for latest library, in your opinion? Do you have any optimum methods how to do this update?

Yuriy

Offline

 

# 9   2010-01-14 12:12:01 Error 103: Error reported by the DTC

repzak
Member
Registered: 2008-03-05
Posts: 170

Re: Error 103: Error reported by the DTC

Hello,

Sadly it is not in my schedule at the moment to update the project.

I believe this will wotk with older versions of the lib. than 3.0, like 2.03.

But i am not sure for that

Maybe there is an option in Ride to use the old library?

Kasper

Last edited by repzak (2010-01-14 12:12:58)

Offline

 

# 10   2010-01-15 07:55:22 Error 103: Error reported by the DTC

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

Re: Error 103: Error reported by the DTC

Hi,

Effectively you can tell to Ride to use the old library (2.03).
You have to ckeck on the "LD Linker/Libraires/Use OLD Precompiled" option in your Ride project.

Yves

Offline

 

# 11   2010-01-15 22:20:34 Error 103: Error reported by the DTC

repzak
Member
Registered: 2008-03-05
Posts: 170

Re: Error 103: Error reported by the DTC

Hello,

I updated the project to have a source for the new library as well as the old, you can try this.

I am not sure that is the problem due to i did not see the same errors as you have got.

Please report back if not working

Kasper

Offline

 

# 12   2010-05-14 15:49:59 Error 103: Error reported by the DTC

yurikov
New member
Registered: 2009-09-16
Posts: 6

Re: Error 103: Error reported by the DTC

I have installed the program MP3 Player 1.01 in the STM32-PRIMER2-PRO. Thank you Repzak for your update. It work well. Mp3 files in MP3 Player 1.01 are playing more loudly than in MP3 Player 1.00.
But I want on the basis of your program (Application.c in MP3-1.01) to create the program which at start from CircleOS-3.72 environment begins playing necessary mp3 a file from SDcard without participation of the Touch-screen and joystick of selecting necessary mp3 file. I have studied file Application.c and have understood that the name of the mp3 file should be definite in the variable CurrentPath then the command  "FS_OpenFile()" - will able to open necessary mp3 file on SDcard. But in file Application.c I cannot change this variable CurrentPath, is visible the operational system CircleOS does not allow it to make. Could you help me with this problem?

Offline

 

Board footer