Search found 1 match

by masterpo88
Thu Jul 25, 2019 1:20 am
Forum: ESP32 Arduino
Topic: MCPWM example code for Interrupts on timer 0 TEZ and TEP
Replies: 1
Views: 4942

MCPWM example code for Interrupts on timer 0 TEZ and TEP

The Arduino1.8.9 code below generates 15.63kHz square waves on pins 12 and 14, prints out "mcpwm_test_072419". The mcpwm interrupt status register does not show timer0 events even though they must occur to generate the square waves output on pins 12 and 14. How do I get the TEZ and TEP event info? #...