2015-07-01 06:48 AM
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.2017-11-14 05:53 AM
I'm not a friend of pushing old threads but I'm also looking for some source code for the UNI/O communication.
@arnold_w Did you get the flash memory running?