Hello dear.
I am using MC9S12P64.
I am trying to write Data into P-Flash (for CCP).
Can I get applicaton note to refer ?
Or only I can refer to datasheet?
thank you.~
Solved! Go to Solution.
Hi,
Writing P and D flash is easy so the data sheet is enough.
I have attached examples how to do it. Simple and well commented. They are prepared under CodeWarrior IDE.
It is done for P128 but the difference is only in the memy sizes. See attached memory map for comparison between these devices.
Best regards,
Ladislav
Hi,
Writing P and D flash is easy so the data sheet is enough.
I have attached examples how to do it. Simple and well commented. They are prepared under CodeWarrior IDE.
It is done for P128 but the difference is only in the memy sizes. See attached memory map for comparison between these devices.
Best regards,
Ladislav
Thanks for your reply!