Question
Have you come across UNI/O source code for STM32?
Posted on July 01, 2015 at 15:48
I am working with the STM32F407 microcontroller and I need to interface to a one-wire serial flash memory from Microchip using their UNI/O protocol (
). I am new to ST microcontrollers and I am wondering if any of you more experienced developers have come across UNI/O source code for the STM32 family? Of course, I could port the code from Microchip, but it seems unnecessary to re-invent the wheel if something is already available. I was unable to find anything useful by googling. Thanks in advance for any help.