Hi @Henrik-Wires
The IVT tool in ConfigTools does not support S32K3 devices. The IVT table content must be defined and customized manually, and the RTD does not provide a tool for configuring it.
The update process for the HSE firmware is done through an update service that must be called from the application, providing the corresponding firmware version. You can refer to the S32K344_HSE_FW_UPDATE example for guidance.
Additionally, once the HSE firmware is installed on the MCU, the memory allocated for the HSE FW remains reserved, meaning that this memory region cannot be reclaimed or used for application code.
Regarding the SBAF update process, the HSE firmware must already be installed. After that, you need to verify whether the SBAF is up to date. If it is not, you must use the service defined by the hseSbafUpdateSrv_t structure in the HSE API. For reference, please check the S32K344_SBAF_UPDATE example.
For SBAF and HSE firmware compatibility, please refer to the following table:

Finally, please note that the HSE Demo App is intended only for demonstration purposes to showcase the capabilities of the HSE firmware. Newer versions of the Demo App also include the most recent features and improvements, so the latest version will always be the best reference.