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
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