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.
28377s使用SIC_ECHOBACK_CPU01例程,只是修改下端口,使用串口助手没有数据,修改的地方如下:
GPIO_SetupPinMux(9, GPIO_MUX_CPU1, 1);
GPIO_SetupPinOptions(9, GPIO_INPUT, GPIO_PUSHPULL);
GPIO_SetupPinMux(8, GPIO_MUX_CPU1, 1);
GPIO_SetupPinOptions(8, GPIO_OUTPUT, GPIO_ASYNC);
硬件方面已经排查,没有问题,但一直都没数据发出,以上配置是否正确?