MPC5777 blank block check time

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

MPC5777 blank block check time

1,079 次查看
Summer_Guo
Contributor I

We are using SDD1.1.0 for MPC5777 Bootloader development, it takes very long time for blank block checking, would like to know the detailed checking time

would take xx us per xx bytes blank block

0 项奖励
回复
1 回复

1,070 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Summer,

such spec is not available. The only provided timing can be found in Table 85 in the user manual:

c:\Program Files (x86)\Freescale\Standard Software Driver v1.1.0\MPC57xx\SSD_C55_UM_v1.1.pdf

There would be a lot of combinations because it depends on device, system clock etc., so it was not measured.

Blank check is implemented by software, there's no support for this in flash controller. It looks like:

lukaszadrapa_0-1647327853022.png

To make it faster, configure max system clock, enable instruction cache and check if you configured wait state as required:

lukaszadrapa_2-1647328172925.png

 

Regards,

Lukas

 

0 项奖励
回复