How to copy the data of bootloader into sram in s32k3

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to copy the data of bootloader into sram in s32k3

ソリューションへジャンプ
496件の閲覧回数
HyunungPark1
Contributor III

Hi.

I am implementing that the firmware of bootloader to the specific address of sram in S32K3.

It takes long time to copy into sram using memcpy.

Could you please let me know if there are any ways to copy into sram?

Hyunung Park

ラベル(1)
0 件の賞賛
返信
1 解決策
436件の閲覧回数
HyunungPark1
Contributor III

Hi.

Thank you for your response.

BRs.

Hyunung Park

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
469件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @HyunungPark1 

what about DMA? If it is copied to RAM by DMA, it will also take some time but you can start the DMA as soon as possible and the execute other initializations in parallel. This could improve the total time.

Regards,

Lukas

0 件の賞賛
返信
437件の閲覧回数
HyunungPark1
Contributor III

Hi.

Thank you for your response.

BRs.

Hyunung Park

0 件の賞賛
返信