Hi All,
I am working with P89CV51RD2. I have written a small custom
bootloader code that is erasing a Block.
I dump my code at an address starting from 0xF000. And want to erase
block 1.
I want to simulate it using Keil. But problem while debugging is,
when I am calling PGM_MTP (which is at the address of 0xFFF0) it
showing NOP like.,
C:0xFFF0 00 NOP
I don't whether I can do simulation of IAP using Keil or not?
If I can then how can I found internal boot program t
↧