Hi
I would like to explore different ways to trigger the BCTU -ADC :
1) EMIOS_mcl ---> BCTU ----> ADC.
2) PIT---> TRGMUX ----> BCTU ----> ADC.
3) EMIOS_gpt----> BCTU ----> ADC.
1 ) are there more possibilities ?
in this case ( EMIOS_gpt----> BCTU ----> ADC).
Initializing EMIOS_gpt is only possible via EMIOS_mcl ??






I am trying to toggle a SIUL2 pin every time the EMIOS_gpt is triggered
vEMIOSTR function should be called every time the EMIOS_gpt is triggred.
vBctu this function should be called every time the BCTU is triggred.
The issue i am facing is that vEMIOSTR function is not been called, however the vBCTU is been called.
I can not find the issue !!