如何将 N2HET1[13]/SCITX 配置为 UART 发送引脚?
我需要传输4个字节的数据、因此使用以下 API
void sciSend (sciBASE-t * sci、uint32长度、uint8 *数据)
什么是 N2HET1[13]/SCITX 作为模块的 UART 基址:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如何将 N2HET1[13]/SCITX 配置为 UART 发送引脚?
我需要传输4个字节的数据、因此使用以下 API
void sciSend (sciBASE-t * sci、uint32长度、uint8 *数据)
什么是 N2HET1[13]/SCITX 作为模块的 UART 基址:
运气不好……它不能用
#define sciREG (sciBASE-t *) 0xFFF7E500U)
PinMuxReg->PINMMR8 = PINMUX_PIN_39_SCITX | PINMUX_PIN_40_MIBSPI1NCS_2 | PINMUX_PIN_41_HET1_15;
u8_txx_data =(u8) 01;
sciSendByte (sciREG、u8_txx_data);
我漏掉的其他东西
我没有看到串行终端上打印的任何内容