/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / ERROR: Add new application error!!!!!!!!!!

Username:     
Password:     
             

Forum

# 1   2010-07-01 08:28:23 ERROR: Add new application error!!!!!!!!!!

brucezcg
Member
Registered: 2010-06-21
Posts: 21

ERROR: Add new application error!!!!!!!!!!

In the Primer2,there is an application named "TEST",
Then I wanted to add another application named "Hello".
I run the add_to_Circle.bat to do this, the prints as follows:
when the process finished, even the TEST application didn't worked!!!
Who can tell me why?



==================================================



*** Launching : circle_mgr.exe AApplication.o L S

Circle_Mgr: software for managing CircleOS applications.
Copyright Raisonance 2007.


Connecting to RLink... OK
Connecting to target... OK
          Silicon Revision Id: 0x10016414.
          Option bytes: RDP=0xA5, USER=0xFF, WRP=0xFFFFFFFF
OK
Reading FAT table...
App0: Name=TEST,  Addr=0x08006000, Size=8KB.... OK

Linking file Application.o...
Link of Application.o succeeded...
Hex file generated...
Blank-checking the FLASH area...
Erase page @8008000 OK

Erase page @8008400 OK

Erase page @8008800 OK

Erase page @8008C00 OK

Erase page @8009000 OK

……………………………………
……………………………………
Erase page @805EC00 OK

Erase page @805F000 OK

Erase page @805F400 OK

Erase page @805F800 OK

Erase page @805FC00 OK

*** Help on Circle_Mgr:
Syntax: Circle_Mgr  [<Action>[<FileName|*>]]

<Action> can be any of these:
        R: RLink: Display RLink firmware information.
        W: Wait: Ask user to press enter. (use this for production tests)
        E: Erase application  E* (all application) or <FileName> for a specific
application.
        A: Add application: Link and Write <FileName> in the flash.
        S: Start: Launch CPU execution in user mode.
        L: List: Display the list of applications in the Flash.

In any case, <FileName> is a hex file. (intel hex format)

Examples:
*** erase all applications:
        Circle_Mgr E*
*** add and execute an application file called 'My Project.o':
        Circle_Mgr A'My Project.o' S
*** add app0.o and app1.o and list the applications and launch execution:
        Circle_Mgr Aapp0.o Aapp1.o L W S



请按任意键继续. . .

Offline

 

# 2   2010-07-01 10:24:57 ERROR: Add new application error!!!!!!!!!!

ntrf.zns
Member
From: Belgorod, Russia
Registered: 2009-11-01
Posts: 134

Re: ERROR: Add new application error!!!!!!!!!!

Are you sure you have up-to-date RIDE7 and RKit-ARM installed? I don't see any "Programming ..." lines. Somthing wrong with your circle_mgr.exe

Last edited by ntrf.zns (2010-07-01 10:25:07)

Offline

 

# 3   2010-07-08 06:18:01 ERROR: Add new application error!!!!!!!!!!

brucezcg
Member
Registered: 2010-06-21
Posts: 21

Re: ERROR: Add new application error!!!!!!!!!!

thanks very much, it really works now!

Offline

 

Board footer