Re: Must I download the Primer2_Circle.elf and FAT.elf every time?
What do you mean by "download"? From where to where?
If you created RIDE7 project correctly then you don't have to manipulate those files. They are included into RKit disribution and used automaticaly. This is if you installed them properly.
Offline
#
3
2010-06-28 05:30:24Must I download the Primer2_Circle.elf and FAT.elf every time?
Re: Must I download the Primer2_Circle.elf and FAT.elf every time?
Thanks for Reply. I want to know "When I debug my application, if the Primer2_Circle.elf and FAT.elf (included in my project) loaded to the STM32' internal flash?
Offline
#
4
2010-06-28 06:36:15Must I download the Primer2_Circle.elf and FAT.elf every time?
Re: Must I download the Primer2_Circle.elf and FAT.elf every time?
Effectively, when you are debugging a CircleOS application, the CircleOS is also loaded into flash (Primer2_Cicle.elf in your case) by Ride7, each time you begin a debug session, in order to update your complete program (application + Circle).
Offline
#
5
2010-06-29 01:36:41Must I download the Primer2_Circle.elf and FAT.elf every time?
Re: Must I download the Primer2_Circle.elf and FAT.elf every time?
No. Required range of flash must be cleared and reprogramed each time you start the debugging process.
It would be nice if RLink could check pages for modification and rewrite them only if they change. But this won't speed up the process. It can only help to save some write cycles.
Offline
#
7
2010-06-29 15:50:39Must I download the Primer2_Circle.elf and FAT.elf every time?
Re: Must I download the Primer2_Circle.elf and FAT.elf every time?
By the way it hapen that the application crach or get stuk in some loop and the developer want to "attached" the debuger to the target at that time, that mean taking cpu control via the Jtag/ice but without loading the flash nor reseting the processor. Is there such debug mode with Ride/cirlce os ?