FreeMaster S32k358 Issue

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

FreeMaster S32k358 Issue

跳至解决方案
1,075 次查看
GaneshBhagwat
Contributor III

I am trying to set up FreeMASTER on the S32K358 microcontroller and facing an issue with the UART connection. I verified that the UART is working correctly on the microcontroller by testing it with Termite, as shown in the screenshot below.

GaneshBhagwat_0-1734603791307.png

 

GaneshBhagwat_1-1734603791316.png

 

GaneshBhagwat_2-1734603791322.png

 

However, when I configure FreeMASTER, the setup executes without errors. But when I open FreeMASTER, it displays an error message stating that it cannot connect to UART, as shown in the message below.

GaneshBhagwat_3-1734603791329.png

 

Could you please help me resolve this issue? Additionally, if possible, could you provide detailed steps for setting up a basic FreeMASTER configuration? I followed the instructions mentioned in this link: How to use FreeMASTER SDKs in S32K3 RTD 0.9.0, but I am still encountering the problem shown below.

Your assistance would be greatly appreciated.

标记 (1)
0 项奖励
回复
1 解答
998 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Freemaster is supported mainly here directly by our Freemaster SW developers.
Next time, I suggest you post a question on this community: https://community.nxp.com/t5/FreeMASTER/bd-p/freemaster
Thanks for understanding.

That article is outdated. I suggest you download a newer FreeMASTER Driver such as 1.3.0 RTM or 1.4.2 RFP.
Click S32K3 Standard Software -> Automotive SW - S32K3 - FreeMASTER Driver


Take 1.3.0 RTM FreeMASTER Driver as an example:
Install SW32K3_FreeMASTER_DS_updatesite_D2312.zip
Then import the example project in SW32K3_FreeMASTER_D2312.zip (...\SW32K3_FreeMASTER_D2312\examples\S32K358\fmstr_uart)

fmstr_uart_s32k358 SW32K3_FreeMASTER_D2312.png

If the LPUART module you connect is different from the example, please modify it according to your hardware.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
999 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Freemaster is supported mainly here directly by our Freemaster SW developers.
Next time, I suggest you post a question on this community: https://community.nxp.com/t5/FreeMASTER/bd-p/freemaster
Thanks for understanding.

That article is outdated. I suggest you download a newer FreeMASTER Driver such as 1.3.0 RTM or 1.4.2 RFP.
Click S32K3 Standard Software -> Automotive SW - S32K3 - FreeMASTER Driver


Take 1.3.0 RTM FreeMASTER Driver as an example:
Install SW32K3_FreeMASTER_DS_updatesite_D2312.zip
Then import the example project in SW32K3_FreeMASTER_D2312.zip (...\SW32K3_FreeMASTER_D2312\examples\S32K358\fmstr_uart)

fmstr_uart_s32k358 SW32K3_FreeMASTER_D2312.png

If the LPUART module you connect is different from the example, please modify it according to your hardware.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
920 次查看
GaneshBhagwat
Contributor III

Thank you for providing the updated version information . I configured the LPUART in normal mode and successfully integrated it with FreeMaster using this version. While the example code didn't work as expected (I'm not sure why), the issue has been resolved, and everything is now functioning correctly with the updated driver.Thanks you

0 项奖励
回复