Hi All,
I'm running circle 3.7 on primer 2, and from now on I will need to add applications incrementally.
I'm having trouble when trying to load a new application into circle trough add_to_Circle.bat within the objdebug directory (I'm testing the process starting up from the 3.7 factory version. I get the tool to enumerate all the applications already in and then i goes through a long page-erasing process ending with the following:
---
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
---
The result is that the primer2 doesn't run anything at the end of the process (not even Circle). What I'm I missing?
Regards,
Adalberto