Steps followed:
1. Provide the HSE ELF file (containing HSE data bytes programmed at HSE memory locations) to Cyclone image creator
2. Create a Cyclone .sap file to enable and program HSE.
3. Flash the .sap file on the S32K312 board using the Cyclone debugger via JTAG.
4. Perform a power cycle.
5. Load the workspace and verify HSE data in memory.
6. Perform multiple soft resets via the debugger.
Observed behavior:
• After the initial power cycle, the HSE data is not immediately reflected in memory.
• The HSE data becomes visible in memory only after multiple soft resets. (Issue)
• Also tried allowing with delay, still the same behavior
Question:
• Why are multiple soft resets required for the HSE data to be reflected in memory?
• Is there a recommended workaround (e.g.,reset sequence, or configuration change)?