MPC5674F Bootloader

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,047件の閲覧回数
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 解決策
1,033件の閲覧回数
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 返答(返信)
1,034件の閲覧回数
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

1,021件の閲覧回数
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 件の賞賛
返信
997件の閲覧回数
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 件の賞賛
返信
984件の閲覧回数
pyi285
Contributor II

pyi285_0-1683854191385.png

pyi285_0-1683854461678.png

 

pyi285_2-1683854310656.png

 

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

 

0 件の賞賛
返信
968件の閲覧回数
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 件の賞賛
返信