请在 Device Configurator 中去除对 Pin_Debug_RX/Pin_Debug_TX 两个pin 的勾选操作。 或者将 main.c 中代码做如下修改:
cyhal_hwmgr_free( Pin_Debug_RX_obj);
cyhal_hwmgr_free( Pin_Debug_TX_obj);
result=cy_retarget_io_init(Pin_Debug_TX,Pin_Debug_RX,CY_RETARGET_IO_BAUDRATE)
请在 Device Configurator 中去除对 Pin_Debug_RX/Pin_Debug_TX 两个pin 的勾选操作。 或者将 main.c 中代码做如下修改:
cyhal_hwmgr_free( Pin_Debug_RX_obj);
cyhal_hwmgr_free( Pin_Debug_TX_obj);
result=cy_retarget_io_init(Pin_Debug_TX,Pin_Debug_RX,CY_RETARGET_IO_BAUDRATE)
举报