Thank you for your explanation. Please keep us posted if you make any progress on that, I am pretty sure many of us would be interested!
Relearning how to use such a library is the least of a problem.
First of all, thank you vjmuzik for this library, it works great.
I am using the library in a closed loop control application. I am listening to the commands by polling and parsing the packet in the main loop. Once...
Thank you for your assistance.
Studying Manitous code, I figured out I forgot to turn on the XBARA clock:
CCM_CCGR2 |= CCM_CCGR2_XBAR1(CCM_CCGR_ON);
I also changed the Input pin of the counter to 1 as suggested...
Thank you KurtE, I think that is the right way to go.
I copied the function you suggested, and called it in the last line of the setup function:
xbar_connect(XBARA1_IN_FLEXPWM1_PWM3_OUT_TRIG1,...
Sorry if I was not clear. I went back and edited my original post.
The question is, is it possible to connect the FLEXPWM1-PWMA03 (pin8) to Qtimer4 Ch.1 Input pin (pin 9) using XBAR, and if, how to do so?
Any help...
Hello,
I am generating PWM using analogWrite and would like to count the number of ticks using Quad Timer Capture.
So far, I cascaded TMR1 and TMR2 channels to extend it to 32bits. Using PIT and an interval of 1s,...