Add Serial MCU interface (HT1632C)

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
patrick schoon
Posts: 74
Joined: Mon Aug 23, 2010 7:07 pm
Location: Amsterdam
Has thanked: 7 times
Been thanked: 13 times
Contact:

Add Serial MCU interface (HT1632C)

Post by patrick schoon »

Hi guys,

I'm using a HT1632C Led driver chip in a project. This chip is controled by a serial interface.
The chip interface uses: #CS, #RD, #WR and DATA (bidirectional).

For now i'm using the SPI bus to put data into the chip (#CS=custom, #WR=CLK and DATA=Mosi).
This works fine with my own custom code in a macro but i also like to read out the chips data. For this i need to control the #RD pin and read the DATA pin.

Is it possible to make a global interface driver using these four pins?

Regards,

Patrick Schoon

bercioiu
Posts: 161
Joined: Sun Feb 25, 2007 10:56 am
Location: bucharest, romania
Has thanked: 90 times
Been thanked: 34 times
Contact:

Re: Add Serial MCU interface (HT1632C)

Post by bercioiu »

Hi Patrick!
I've been struggling for a while to drive HT1632C ... Can you give me an example in Flow Code, to see how you managed to use it?
Thank you very much!

Puiu

Post Reply