Can I implement an emulated uart on an stm32l152 chip following this AP for the F4 series?
ref: https://www.st.com/resource/en/application_note/dm00110292-implementing-an-emulated-uart-on-stm32f4-microcontrollers-stmicroelectronics.pdfDue to pin restrictions, I've forced to send data on two GPIO pins not wired to any uart on the 152. I've ...