2005-03-28 05:09 PM
Integrating the IAP FLASH drivers in the origin code.
2005-03-27 01:59 AM
Hi EveryBody
I am trying to integrate the IAP FLASH drivers (In ASM) in to my code. I read the FLASH programming reference manual and I still don't understands How should I have to integrate the code? and how ST7 ''Knows'' that the FLASH is going to be reprogram? Thanks HKobi2005-03-28 05:09 PM
When you call the Flash programming routine, the ST7 will launch the corresponding operation (thru a internal NMI ) as a background task.
I suppose you are integrating the Flash programming code into other assembly code. It is similar to adding a extra .asm file to your workspace. I suppose this helps.