HSE firmware installation

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

HSE firmware installation

38,138 Views
vikmonti7804
Contributor III

Hi,

     I want to install the HSE firmware, but i am facing one error with the package given C:\NXP\S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Device_Configuration\S32K344_HSE_FW_INSTALL.

error

make: *** [makefile:38: S32K312_HSE_FW_INSTALL.elf] Error 1

Kindly let me know the solution.

is there any firmware available for s32k312 for HSE fw installation?

0 Kudos
Reply
45 Replies

8,059 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @vikmonti7804 

The HSE FW can be found in S32K3 Standard Software package:
https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-STDSW-D

Open the "Automotive SW - S32K3 - HSE Firmware" and you will see all available versions including version for S32K312.

Mentioned example S32K344_HSE_FW_INSTALL shows an option how to install the firmware. I recommend to read the description:
c:\NXP\S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Device_Configuration\S32K344_HSE_FW_INSTALL\Readme.md

We also provide document AN744810 “HSE FW install for S32K3xx” which describes how to install the firmware. It can be found in Documentation in Secure Files section:
https://www.nxp.com/products/processors-and-microcontrollers/s32-automotive-platform/s32k-auto-gener...

Regards,
Lukas

0 Kudos
Reply

7,296 Views
RBSamuel
Contributor III

Hi @lukaszadrapa !

Regarding the discussion, I'm trying to swap the S32K344 board as well. I followed the following steps:
1) Download the S32K3_HSE_DemoExamples_1_0_0, went for the a/b swap, changed the linker file by adding the .pink file.

2) I compiled the project and ran it, in run time, the code keeps on the following step:

/* Wait for HSE to initialize(read status bits) after installation */
while((HSE_STATUS_INIT_OK & HSE_MU_GetHseStatus(0)) == 0)
{
gInstallHSEFwTest = FW_NOT_INSTALLED;
/* Please generate a reset to allow installation */
}

3) I tried to both push the RST button on the board and also powering it off and on again, but apparently it isn`t changing anything. 

Did I forget a step?


Thank you!

1,022 Views
Sanjana_k
Contributor II

# Hello@sandor_b 

Did you receive any update regarding this issue?
We are also facing the same problem — our program is getting stuck at that line.
If you have found a solution, could you please share it? It would really

0 Kudos
Reply

6,109 Views
sandor_b
Contributor II

Hello,

Any update here?

0 Kudos
Reply