Pulse generation
Posted: Wed Jan 30, 2013 4:17 pm
I have a simple 'C' program running on an Armmite board. It measures the period
between External Interrupts, multiplies that period by a factor, and sets a
HWPWM channel to run at the new rate.
I need to Bench Test the system, since it's a logistic problem to setup and
modify the Armmite program in it final application.
Can I simply generate a square wave on pin 15 or other output pin in the main
loop, and loop it back to my external interrupt input (pin 11)?
The output from the HWPWM should then be the generated square wave frequency
divided by the multiplication factor.
between External Interrupts, multiplies that period by a factor, and sets a
HWPWM channel to run at the new rate.
I need to Bench Test the system, since it's a logistic problem to setup and
modify the Armmite program in it final application.
Can I simply generate a square wave on pin 15 or other output pin in the main
loop, and loop it back to my external interrupt input (pin 11)?
The output from the HWPWM should then be the generated square wave frequency
divided by the multiplication factor.