Dear Alban;
thank you,
did you mean by
{{{To edit a location, you need to click, and then click again to enter in edit mode. Type the data and then press enter. The modified data displays in red usually}}}
the initialize Device,,,,,,,,
port B is working fine now, i write to DDRB then to the port;
MOV #$08, DDRB
BSET 3,PTB
also if you know BigMac, he edit my code related to E2PROM but i still having an issue ,
how to fill the dataarray, where it begins???
as i wrote, in PIC i know data and an address to write at,,,,,so i write the data at the address,
in Freescale i think the dataarray is the data,,,,and the address is the FLASH_START,,,
but how to fill the data array and how to verify i wrote to that address in the flash successfully