Interfacing HT16K33 with MSP430G2553

Thread Starter

elec_system_design

Joined Jun 23, 2017
49
Hi, I'm having a lot of trouble figuring out how to communicate with this Adafruit 7-segment display.

I've looked through the Adafruit LED library, seen non-MSP microcontrollers working with the code, tried understanding the HT16K33 datasheet. I've even recorded the SCL and SDA signals from my Arduino connecting with the 7-segment. However, I'm still not sure how to get it to work with my MSP430G2553 or even how to get started. Though, I have looked into the MSP430 example code for i2c communications with the MSP430 as the master. I've attached the basic MSP430 code I have set up, though it's not much.

Is interfacing with the 7-segment display as simple as just converting the Adafruit LED library from C++ to C?

Any guidance is much appreciated.
 

Attachments

Top