Memmory in MPC5643L ( Does MPC5643L have  DFlash ?)

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

Memmory in MPC5643L ( Does MPC5643L have  DFlash ?)

Jump to solution
886 Views
huuhuynhchi
Contributor III

Hi all,

 

I have a question. I don't know the MPC5643L has DFlash or not ?? If anyone know, please help me. Thank you very much.

Labels (1)
Tags (1)
1 Solution
651 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

no, MPC5643L does not have data flash. If you need to write data to flash in run time, you can use small blocks in low address space (the number of program/erase cycles for blocks in low address space is higher than for block in mid or high address space). You can use either standard software driver to write the flash:

http://cache.freescale.com/files/microcontrollers/software/device_drivers/C90FL_SM_JDP_FLASH_SSD_DEV...

or Emulated EEPROM driver:

http://cache.freescale.com/files/run_time_software/device_driver/MPC5xxx_EEE_DRIVER.exe?fpsp=1&WT_TY...

Regards,

Lukas

View solution in original post

3 Replies
652 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

no, MPC5643L does not have data flash. If you need to write data to flash in run time, you can use small blocks in low address space (the number of program/erase cycles for blocks in low address space is higher than for block in mid or high address space). You can use either standard software driver to write the flash:

http://cache.freescale.com/files/microcontrollers/software/device_drivers/C90FL_SM_JDP_FLASH_SSD_DEV...

or Emulated EEPROM driver:

http://cache.freescale.com/files/run_time_software/device_driver/MPC5xxx_EEE_DRIVER.exe?fpsp=1&WT_TY...

Regards,

Lukas

651 Views
yaort_amoureux
Contributor II

Can I use both the drivers in the same application? but for different purpose ( one for code flash other for data) Just curious if there is going to be a mismatch in register configuration

0 Kudos
Reply
651 Views
huuhuynhchi
Contributor III

Hi Lukas Zadrepa,

This is a good answer ! Thanks for your help :smileyhappy:

Best Regards,

Huu Huynh

0 Kudos
Reply