******************************************************************************************************
* Detailed Description:
These demos showcase how to configure the eMIOS module on the S32K3 series, highlighting various operational modes and their implementations using the RTD high-level drivers, commonly known as MCAL drivers.
The implementations demonstrated in these examples follow the approach outlined in the community thread:
S32M27x/S32K3 – eMIOS Usage.
* Connections:
*******************************************************************************************************
* Test HW: S32K31XEVB-Q100
* MCU: S32K311
* Debugger: S32DS 3.6.2, OpenSDA/ PEmicro Multilink Universal FX
* Target: internal_FLASH
*******************************************************************************************************
* Important information:
The OPWMT channel does not support the notification function. In this mode, the Sn[FLAG] bit is only set upon an AS2 match, which defines the generation of a trigger event within the PWM period.
As a result, OPWMT mode cannot support notifications based on signal edges.
A bus exception may occur during the execution of Mcl_Init() if the eMIOS clock is not properly enabled. To avoid this issue, ensure that the eMIOS peripheral clock is activated in the configuration settings under:
MCU driver → McuModuleConfiguration → McuModeSettingConf → McuPeripheral
*******************************************************************************************************