How to copy the data of bootloader into sram in s32k3

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

How to copy the data of bootloader into sram in s32k3

跳至解决方案
1,189 次查看
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 解答
1,129 次查看
HyunungPark1
Contributor III

Hi.

Thank you for your response.

BRs.

Hyunung Park

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,162 次查看
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 项奖励
回复
1,130 次查看
HyunungPark1
Contributor III

Hi.

Thank you for your response.

BRs.

Hyunung Park

0 项奖励
回复