Hi
We test RNDIS on L138 EVM(1013527 rev4) USB2.0 controller with DaVinci-PSP-SDK 03.20.00.12, we found when disconnect the USB cable, there is not disconnect interrupt happen, but when we use DaVinci-PSP-SDK 03.20.00.05, it is ok. we checked the code and found the value of USB0OTGMODE bit in CFGCHIP2 have changed from 00h(DaVinci-PSP-SDK 03.20.00.05) to 05h(DaVinci-PSP-SDK 03.20.00.12), if we change it to 00h on DaVinci-PSP-SDK 03.20.00.12, it also works, so we want to know why TI change the value of the bit and why we change the bit value, interrupt can generate.