Hi,
I’m working on serial communication on UART2. I can not subscribe anymore on port:
uart2Handle = adl_fcmSubscribe ( ADL_AT_UART2, iec_UartControlHandler, iec_UartDataHandler);
if( uart2Handle >= 0 )
TRACE ((1, "adl_fcmSubscribe() : Subscribed!"));
else
TRACE ((1, "adl_fcmSubscribe() : fail! %d", uart2Handle));
neither hardware nor software have changed, today suddenly it stoped working.
trace output:
"adl_fcmSubscribe() : fail! -8"
I think there is a hardware failure on Q268x Development Kit
any ideas ?