Skip to main content
arnold_w
Senior II
July 1, 2015
Question

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

  • July 1, 2015
  • 1 reply
  • 853 views
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.
    This topic has been closed for replies.

    1 reply

    Miguel Cabrita
    Associate
    November 14, 2017
    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?