Hello Everybody,
I'm programming with Processor Expert and use IntFlash bean with 16 bit 9S12E128.
I use the following routine for writing data in my program with IntFlash bean:
IFsh1_SetByteFlash(0x7000,28);
IFsh1_GetByteFlash(0x7000,&data) ;
Problem is when I check the "data" there is nothing inside it.
So I believe there is a protection for flash memory.
Did I miss something here?
Could let me know how I can solve this?
Thanks