SL8082TR OpenUSB support, FTDI chip

Hello,

I tried using the Open UART feature. I execute the adl_odOpen function which seems to be the new name for the adl_OpenDevice function. This function takes a pointer to a sUartSettings_t structure that contains a pointer to a pointer to a sGItfCont_t structure. Firstly, is seems stange to use a pointer to a pointer. In the ADL User Guide, section 4.1.4.1.1. page 503, the example use a pointer to a structure and not a pointer to a pointer to a structure. I tried both. in both cases, the handle I get back from the function is -1 and the interface pointers to functions are not initialized.

Too bad this is not supported on the chip. Is there another way to get access to the UART interface ? Maybe using arm926ej-s programming that is lower level programming.

I might have to look for another chip.
Is there an equivalent chip supporting openUSB or at least openUART out there ?

Thank you.