Posted on October 22, 2004 at 13:15I'm using the the ST72561.. its a very simple code.. the problem i have is the flash.. it spend like 11 sec.. to erase sector 2 of the flash... I'm using this code to erase the flash __FLASH_SectorErase: ld A, #$0...
Posted on October 20, 2004 at 14:35I need to use two different codes.. one for the boot (sector 0) and one for the main (sector 2) so.. i dont know how to set the vector interrupt for both sector.. becouse i need some interrupt for each code.... i w...