Hi, I'm now developing a motor control integrated project with S32K148 EVB,
After configuring driver with processor expert and initialize, there's problem happened when PWM update duty worked with ADC update or UART update, the FTM_PWM stopped updating after 2~3 times of adc/uart update.
When I check the register value I found something strange:
Before ADC/UART task (everything works fine):

After ADC/UART task(2~3 times):

BTW, FTM_PWM works fine if there's no ADC/UART task.
Does anyone has this problem before?