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
请按任意键继续. . .