What is difference between PFlash and DFlash?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

What is difference between PFlash and DFlash?

44,489 次查看
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

标签 (1)
0 项奖励
回复
1 回复

29,385 次查看
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 项奖励
回复