How to copy the data of bootloader into sram in s32k3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to copy the data of bootloader into sram in s32k3

Jump to solution
1,191 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
1,131 Views
HyunungPark1
Contributor III

Hi.

Thank you for your response.

BRs.

Hyunung Park

View solution in original post

0 Kudos
Reply
2 Replies
1,164 Views
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 Kudos
Reply
1,132 Views
HyunungPark1
Contributor III

Hi.

Thank you for your response.

BRs.

Hyunung Park

0 Kudos
Reply