cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating the IAP FLASH drivers in the origin code.

kobi_hayun
Associate II
Posted on March 29, 2005 at 03:09

Integrating the IAP FLASH drivers in the origin code.

2 REPLIES 2
kobi_hayun
Associate II
Posted on March 27, 2005 at 11:59

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

HKobi

venkateswara
Associate II
Posted on March 29, 2005 at 03:09

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.