Thank you for your explanation. I understand the current situation:
The LCU OUTPUT (LCU0_OUT0~11) pins are implemented, and the Trigger Mux Output (TRGMUX_OUT0-7) pins are implemented.
You want to output the LCU OUTPUT to a specific pin using a method other than the two methods mentioned above. For example, you want to input LCU_n_lcm_out_i[1:4] to eMIOS_n_ipp_ind_emios_ch[ ] via TRGMUX, and then output it to the eMIOS pin using some other method.
I read section "63.5.3.6 UC modes" of the S32K3XXRM and did not find any mode that supports directly outputting signals from the input eMIOS pin.
Figure 238. PCMC connections diagram shows that the signals connected to the TRGMUX output to the eMIOS module are eMIOS_n_ipp_ind_emios_ch[ ] and eMIOS_0_1_2_emios_odis[0:3].
Please note that eMIOS_n_ipp_ind_emios_ch[ ], which I mentioned in a previous post, is actually the eMIOS input signal, usually input to modes such as SAIC, PEC, and IPWM.
Should we consider using eMIOS_0_1_2_emios_odis[0:3]? "63.1.4 eMIOS disabling": eMIOS can disable its output using its disable inputs. Disable inputs[3:0] are driven from the flag out bits[11:8].
For more details, please read "63.5.3.16.11 Output disable" in S32K3XXRM Rev12. My idea is to configure the PWM output to remain unchanged, i.e., full duty cycle PWM. Then, the LCU output is routed to eMIOS_0_1_2_emios_odis[0:3] via TRGMUX, which will directly disable the eMIOS output, making its output follow the LCU output.