hi.
I tried the method you suggested before, but it didn’t work.
So, I also tried the approach described in the following link, but that didn’t work either. [RTD400HF01 LLD]K312 No HSE secure debug operation - NXP Community
This project was set up according to the method in that link. This project was set up according to the method in that link, based on the C40_IP example, implementing the write of 0xAABBCCDDDDCCBBAA to the UTEST area HseFwEnable, and configuring it to execute from RAM.
It works when the debugger is connected, but it doesn’t run when the debugger is disconnected.
1. Could you take a look at this project and let me know what might be wrong?
2. My ultimate goal is to program a new S32K310 chip by loading a hex file, install the HSE firmware without relying on a debugger, and then load an application that utilizes SPI communication and HSE services.
Is there a minimal project template available that includes a properly configured linker script and startup files to support this workflow?
3. Additionally, in a typical production scenario for a product that leverages HSE firmware features on the S32K310, what is the standard approach to achieve this?