How to implement 1-wire communication on STM32MP13 MPU?
What method should be used to implement 1-wire communication (master) on STM32MP13x board? After doing the research I've found that:for RPI, kernel module w1-gpio can be used to achive 1-wire communication. It's done on kernel level so those critical...