Regards LPC1788 FlexWire Interface Support

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Regards LPC1788 FlexWire Interface Support

155件の閲覧回数
gowtham_pmt1
Contributor II

Hi,

I need to control TPS929240-Q1 Led driver by LPC1788.

Is LPC1788 can support FlexWire Interface through UART or any other way?

Kindly solve my doubt.

0 件の賞賛
返信
1 返信

142件の閲覧回数
HangZhang
NXP Employee
NXP Employee

Hi @gowtham_pmt1 

Yes, the LPC1788 can support FlexWire Interface through UART. The TPS929240-Q1 LED driver is designed to be controlled by a microcontroller via the FlexWire interface, which uses a serial communication protocol similar to SPI.

To control the TPS929240-Q1 LED driver with the LPC1788, you will need to use one of the LPC1788's UART ports and configure it to communicate with the FlexWire interface on the TPS929240-Q1. This involves setting up the appropriate baud rate, data bits, parity, and stop bits for the UART communication, as well as implementing the necessary software protocol to send and receive data over the FlexWire interface.

Hope this will help you.

BR

Hang