Skip to main content
Nimit Vachhani
Associate III
August 22, 2017
Question

Best practice to interface multiple 7 seg display with STM32F030R

  • August 22, 2017
  • 1 reply
  • 809 views
Posted on August 22, 2017 at 13:31

Greetings ,

I have interfaced 7 seg displays with 8051, but this is my first time working with STM32 mCu. Is there any recommended practice to interface multiple 7 segment displays with STM32 mCu ? I want to use Common Anode 7 segment displays in my new project and i want to interface 18  7Seg displays.

#7-segment-display-multiplexing #7-segment-display
    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    August 22, 2017
    Posted on August 22, 2017 at 16:31

    I'd supposed you'd interface them either in a manner materially similar to your 8051 implementation with GPIO, or you'd use a driver chip and a shift register type method

    http://www.ebay.com/itm/MAX7219-8-Bit-7-Segment-Digital-Tube-Red-Display-Control-Module-for-Arduino-/252650060828

     
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Nimit Vachhani
    Associate III
    September 4, 2017
    Posted on September 04, 2017 at 06:33

    Thanks for the reply. Well i have decided to go with Max7219.