CodeWarrior-Processor Expert-9S12E128-IntFlash Bean_Writing problem in Flash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior-Processor Expert-9S12E128-IntFlash Bean_Writing problem in Flash

Jump to solution
1,214 Views
ARBM66
Contributor I

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

Labels (1)
Tags (1)
0 Kudos
1 Solution
401 Views
CrasyCat
Specialist III

This is the same as

http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&thread.id=6709

 

Please try to avoid multiple post of the same message.

 

CrasyCat

View solution in original post

0 Kudos
1 Reply
402 Views
CrasyCat
Specialist III

This is the same as

http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&thread.id=6709

 

Please try to avoid multiple post of the same message.

 

CrasyCat

0 Kudos