Skip to main content
Visitor II
March 29, 2005
Question

Integrating the IAP FLASH drivers in the origin code.

  • March 29, 2005
  • 2 replies
  • 666 views
Posted on March 29, 2005 at 03:09

Integrating the IAP FLASH drivers in the origin code.

    This topic has been closed for replies.

    2 replies

    Visitor II
    March 27, 2005
    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

    Visitor II
    March 29, 2005
    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.