What is difference between PFlash and DFlash?

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

What is difference between PFlash and DFlash?

44,334 Views
Pogo
Contributor III

Hi All,

 

I'm new developer for Freescale. Now I worked on MC9S12XS128. It has two type of flash. One is PFlash and another is DFlash. What is difference? If I want to have some setting which can update by PC through UART, what type of flash do I use? PFlash or DFlash? 

 

 

Regards,

Pogo

Labels (1)
0 Kudos
Reply
1 Reply

29,230 Views
J2MEJediMaster
Specialist I

See Chapter 19 of the MC9S12XS256 Reference Manual for S12XS128-specific flash memory information.

 

P-Flash is program flash, which is where you store program code.

D-Flash is data flash, where you store non-volatile data.

 

I suspect that you would want to save your settings in D-Flash.

 

---Tom

0 Kudos
Reply