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

IAP Programming

Hi all

I have to add an In-Application Programming feature to my program. I'm using 89c51rc2 with no external memory and keil.

I've read several threads about IAP but not found exactly the thing itself.

At the moment, I
- I have a 'boot' program, which looks if there is a new program on the high part of the flash (previously written there by the application or normal program), by means of an absolute addressable variable. If there is a new program, boot copies the program at the low part of the flash.
- After that, it is supposed that boot must jump to the application program.


But I guess I'm getting in trouble with interrupt vectors or some other conflict. I'd appreciate an example or a link.

Thanks in advance

Parents
  • why not use the "Atmel equivalent" someone made of my NoTouch for Philips P89C51Rx2 - OR switch to the Philips chip and use NoTouch.

    NoTouch requires just a few lines of code and makes ISP activation possible through any means such as Serial input of a code, keyboard key or whatever. No switches, no "voltage levels" just fire it up. I use Serial string activation, all my customer has to do, in order to update, is to run a .bat file.

    If you HAVE to use Atmel, search at 8052.com, the "Atmel equivalent" was posted there a while ago, for Philips it is all at the FlashMagic forum.

    Erik

Reply
  • why not use the "Atmel equivalent" someone made of my NoTouch for Philips P89C51Rx2 - OR switch to the Philips chip and use NoTouch.

    NoTouch requires just a few lines of code and makes ISP activation possible through any means such as Serial input of a code, keyboard key or whatever. No switches, no "voltage levels" just fire it up. I use Serial string activation, all my customer has to do, in order to update, is to run a .bat file.

    If you HAVE to use Atmel, search at 8052.com, the "Atmel equivalent" was posted there a while ago, for Philips it is all at the FlashMagic forum.

    Erik

Children