2010-06-15 02:27 AM
Dear forum members,
I need to implement on a st7 mcu a simple and very slow half duplex rs232 like protocol(software emulated).I have only the following resources available:
1 16bit timer. 1 output pin for the tx (a general purpose pin without output compare) 1 input pin for the rx(a general purpose pin without input capture but with external interrupt) My question is: Is it possible to use the external interrupt functionality instead of the input capturefunctionality for the reception ?
b.r. Spectre