jhugon / ascii-serial-com

Serial communication library between computers and microcontrollers, FPGAs, etc. Uses only ASCII
GNU General Public License v3.0
0 stars 0 forks source link

Periodic output pulser #46

Closed jhugon closed 2 years ago

jhugon commented 2 years ago

Create and test a periodic pulse

jhugon commented 2 years ago

The last commint doesn't work because I'm trying to use PA2 in both the UART and timer. That's why ASC isn't working.

jhugon commented 2 years ago

For input capture, try PA8 AF2: TIM1 CH1, which is Arduino connector pin D7.