UART bootloader documentation for S32K312

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

UART bootloader documentation for S32K312

跳至解决方案
2,651 次查看
Vishnu3
Contributor III

Hi all,

I have replicated the application note for UART bootloader for S32K1 on an evaluation board and I have got it to work. I am migrating to S32K312 evaluation board and I could not find any documentation for UART bootloaders for S32K312. 

Could someone please direct me to any resources/documentation or give an outline of the steps to be followed keeping in mind the application not for S32K1. What changes need to be made when applying the same architecture in S32K3? I know that I need to look at how the memory is mapped for S32K3. Anything else that needs to be taken care of?


Best,

Vishnu

标记 (2)
0 项奖励
回复
1 解答
2,614 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Vishnu3,

There is currently this bootloader only:

https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099

It is a CAN bootloader. You would need to replace it with LPUART.

 

Regards,

Daniel

 

 

在原帖中查看解决方案

1 回复
2,615 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Vishnu3,

There is currently this bootloader only:

https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099

It is a CAN bootloader. You would need to replace it with LPUART.

 

Regards,

Daniel