1Wire Driver implementation using STM32 Timer
Posted on April 10, 2017 at 11:50Hello, I'm using STM32L486 microcontroler and I have to implement eeprom 1Wire driver (DS2431). As first implementation, I used _NOP operation to generate 1�s Delay. It was working correctely and I was able to write ...