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.

[参考译文] CC3235SF:CC3235SF

Guru**** 1810550 points
Other Parts Discussed in Thread: CC3235SF
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1384899/cc3235sf-cc3235sf

器件型号:CC3235SF

工具与软件:

你(们)好
使用 cc3235sf 的 Im、使用 uart2echo 示例代码进行 UART 通信。 我需要通过中断发送数据。
Im 无法配置中断。

My UART 配置。

UART2_Params_init (&uartParams);
uartParams.baudrate=115200;
uartParams.readMode=UART2_Mode_Blocking;
uartParams.writeMode=UART2_Mode_Blocking;
uartParams.readReturnMode = UART2_ReadReturnMode_FULL;
uartParams.dataLength = UART2_DataLen_8;
uartParams.stopbits = UART2_STOPBITS_1;
uartParams.parityType = UART2_Parity_none;

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    指派给主题专家。

    期待尽快得到响应。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    我假设中断模式是指回调模式。

    请查看 SDK 下的 UART 文档( \docs\drivers\tidriversAPI.html)以及 uart_callback 示例中。

    此致、

    Shlomi