1-Wire timing using UART different from expected on STM32-476RG.
I made a driver for 1-Wire communication using UART in Single Wire Half Duplex mode.The communication is started by sending a RESET pulse that should last 480us. I read that to do it using UART I should set it up to 9600 baud, 8N1, then send 0xf0. Lo...