Tool/software:
Hello Everyone,
I am using MSPM0G3507-EVB-Board for testing purpose. I am trying to implement/ run PWM example given in sdk i.e. "timx_timer_mode_pwm_center_stop_LP_MSPM0G3507_nortos_ticlang". In this i tried to modify its syscfg settings to generate 18KHz of frequency output and also enable 'Zero Event' interrupt. But after enabling this interrupt, i noticed that i got output frequency of 96Hz only and if I run this program through ccs in debug mode it gives me proper 18KHz frequency.
Why this difference in debug and run mode. How to solve this error?