Hello,
I am facing a compilation issue with SDK_2.7.0_EVK-MIMX8MM when trying to use non blocking console (DEBUG_CONSOLE_TRANSFER_NON_BLOCKING and FSL_RTOS_FREE_RTOS set in compiler options).
status = UART_GetStatusFlag(s_UartAdapterBase[instance]);
^
"C:\Projects\NewControllerPlatform\RPMSG_IMX_KNX_TP\component\uart\iuart_adapter.c",165 Error[Pe165]: too few arguments in function call
Indeed, the function UART_GetStatusFlag requires a flag identifier as 2nd argument which is here missing.
Can someone knows how to fix this ? and more generaly if someone has already successfully tested the debug console in non blocking mode with free rtos ?
Thanks,
Olivier