MPC5674F Bootloader

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

MPC5674F Bootloader

跳至解决方案
963 次查看
pyi285
Contributor II

I want to ask something related to the code related to the MPC5634M chip bootloader, so I upload it.

Looking at the link or attached file below, can I know what the code in the SSD_driver file in the MPC5634M_bootloader file does? It's difficult to look at the data sheet.

https://community.nxp.com/t5/MPC5xxx/MPC5674F-Bootload/m-p/1637095#M23401

#MPC5674 #bootloader # MPC5634M #SSD_driver

0 项奖励
1 解答
949 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

I can remember that I already sent you the link to SSD drivers for MPC5674F. Then you can find user manual and API description here:

c:\Program Files (x86)\Freescale\Standard Software C90FL Driver v1.0.4\MPC5674_5676R\UM_C90FL_MM_SSD.pdf

The drivers are provided in pre-compiled form to avoid issues with compilers and also these files are usually used by flash programmers.

What it does - it just follows the procedures described in the reference manual like:

lukaszadrapa_0-1683630788235.png

 

lukaszadrapa_1-1683630804211.png

 

Regards,

Lukas

在原帖中查看解决方案

5 回复数
950 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

I can remember that I already sent you the link to SSD drivers for MPC5674F. Then you can find user manual and API description here:

c:\Program Files (x86)\Freescale\Standard Software C90FL Driver v1.0.4\MPC5674_5676R\UM_C90FL_MM_SSD.pdf

The drivers are provided in pre-compiled form to avoid issues with compilers and also these files are usually used by flash programmers.

What it does - it just follows the procedures described in the reference manual like:

lukaszadrapa_0-1683630788235.png

 

lukaszadrapa_1-1683630804211.png

 

Regards,

Lukas

937 次查看
pyi285
Contributor II
c:\Program Files (x86)\Freescale\Standard Software C90FL Driver v1.0.4\MPC5674_5676R\UM_C90FL_MM_SSD.pdf

I don't have the link above. Could you please upload the pdf file you mentioned and explain in detail what the SSD does exactly?
0 项奖励
913 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Just install the drivers and you will find the manual in that folder:

https://www.nxp.com/webapp/Download?colCode=MPC5674F_C90FL_SSD_DRV

 

0 项奖励
900 次查看
pyi285
Contributor II

pyi285_0-1683854191385.png

pyi285_0-1683854461678.png

 

pyi285_2-1683854310656.png

 

알려주신 코드로 작성해본 결과 이런 결과가 나왔고, 함수를 사용할 수 없다고 하고, 소스를 사용할 수 없다고 합니다. 이것이 왜 그런지 아십니까?

 

0 项奖励
884 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

If you jump into this function, you will see only pure asm code. As we already discussed, this driver is provided in pre-compiled form without source files. So, the debugger does not have details about the source. It's better to only step over these functions.

Regards,

Lukas

0 项奖励