This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

using IAP for flash writing with working ethernet

I use lpc2378 and can write to flash with IAP, but if I have working ethernet (based on easyweb sample) then...
then a number of things occure exept normal work.

Anybody uses write data to flash with ethernet ?

Parents
  • Well, if you are writing over your interrupt vectors, then you certainly are going to be having problems. I first copy my interrupts into RAM and then change MEMMAP to reflect this.

    A couple more thoughts -Be sure that you are disabling interrupts before you call an IAP function. -Be sure that you are not flashing over your application (execute from RAM if you have to)

Reply
  • Well, if you are writing over your interrupt vectors, then you certainly are going to be having problems. I first copy my interrupts into RAM and then change MEMMAP to reflect this.

    A couple more thoughts -Be sure that you are disabling interrupts before you call an IAP function. -Be sure that you are not flashing over your application (execute from RAM if you have to)

Children