cancel
Showing results for 
Search instead for 
Did you mean: 

Have you come across UNI/O source code for STM32?

arnold_w
Senior
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 (

https://en.wikipedia.org/wiki/UNI/O

). 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.
1 REPLY 1
Miguel Cabrita
Associate II
Posted on November 14, 2017 at 14:53

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?