Hello,
I am developing HSE, but I have some problems:
Q1:
I have installed HSE A/B swap firmware on S32K324.
And running the official S32K3XX_demo_app can read the HSE firmware version.
If I can read the HSE firmware version it means HSE is running, right?

Q2:
I want to use RTD HSE module to operate HSE, so I create a new S32K324 project
I refer to the S32K344 HSE sample program to setting my new project
(sample code:Hse_Ip_AesEncAsyncIrq_S32K344)
(setting inculde: RTD setting, main loop application)
However, when the program is executed to App_GetHseAttrCapabilities() to read the HSE version.
The Function return HSE_SRV_RSP_NOT_SUPPORTED(0xAA55A11EUL)
What's the problem? What settings can I check?

Hope to get a reply as soon as possible, thank you.