Q-Code User Manual
Ver. 7.0 2021/11/30
55
Ex.
SerialControl =
IR_Trigger
SerialControl_IR_Data =
PF.3
SerialControl_IR_DataBusy
=
High or Low
; triggered by rising or falling edge
Note:
1. Although there are multiple protocols can be selected, but only one protocol can be used
for transmission at the same time.
2. If Auto-Detect function is chosen, Pin-1 will be set to Input Floating, and Pin-2/Pin-3 will
set to Input Weak-Pull-Low.
3. If Auto-Detect function is chosen, the connecting pin of receiving IC must be set to Input
floating.
4.
NY9T001A / NY9T004A do not support Serial Control function.
3.9.1.12 Serial Control RX
Receive serial control data from external source.
Q-Code
supports
SPI_Like and IR_Trigger protocol.
Note: NY9T / NX1 do not support the Serial Control RX function.
SPI_Like:
uses 2 pins, use protocol similar to standard SPI.
Ex.
Serial_Rx =
SPI_Like
Serial_Rx_Data =
PA.1
Serial_Rx_Clock =
PA.0
Serial_Rx_ClockTrigger =
High
IR_Trigger:
uses 1 pin, use IR protocol.
Ex.
Serial_Rx =
IR_Trigger
Serial_Rx_Data =
PF.1
Note:
1. When using SPI_like mode in NY5+ / NY6 / NY7 series, Clock / Data pin must use the
same port.
2.
IR_Trigger mode cannot be used with IR_RX.
3.9.1.13 FD
Flash with Dynamic means flashing according to the volume. It can
be selected to flash with larger than 1/2 of the volume or 3/4 of the
volume, and the output mode can be configured to be Drive or Sink
modes. (D for Drive, S for Sink. Default value is Disable)
Ex.
FD
= 1/2D
Ex.
FD
= 3/4S
Note: NY9T / NX1 do not support this option.