Hello,
In an existing project I'm using the S32K144 with RTD V1.0.1. Now I want to update to the latest version RTD V2.0.0. Unfortunately, I'm facing some problem here regarding the OsIf module:
Because I want to use the System Timer for Timeout Detection, I have configured (RTD V1.0.1) in the following way:

In RTD V2.0.0, however, the OsIf module is no longer available as a separate module, but has been integrated into the BaseNXP module:

But unfortunately there is no attribute to set the "core frequency" directly in the mask. I found out that a reference (OsIfSystemTimerClockRef) to the MCAL Mcu module can be configured. But I am not sure if there is another way to achieve the configuration of OsIfSystemTimer, since we have not used an AUTOSAR module (like Mcu) in the project so far. In our opinion it should be possible to use RTD drivers without AUTOSAR dependencies. Can you please give an explanation here?
Thank you.