Hello All, I am finding flash Drivers of MPC5746R to apply on our Bootloader project.Now I have downloaded "MPC5748G-Flash_RW-GHS614_v1-1.zip" and "MPC5748G-Flash_RW-SSD_GHS614.zip" from the official website,then added into my project. The projects work well but I still have the following questions: (1) I want to know the detailed difference between SSD flash drivers and Simple flash drivers; (2) Would you please help where to find the C source code of SSD flash drivers; (3) During development of bootloader for MPC5746R, can the Simple flash drivers replace SSD flash drivers? If not, what can I do for being the same with SSD flash drivers.
1) SSD (Standard Software Driver) are the only official drivers, what we called Simple is just example code for people needed to write their own flash driver. SSD is proven and complex solution but as user you will get only binaries and API.
2) As I know we usually does not provide SSD source code. The driver itself you can download here: