1
Discussion - Software / Re: FT260 and LibFT260, using Interrupts
« on: April 14, 2023, 12:23:36 PM »
Hello,
thanks for replying but it's still less clear for me..
the LibFT260 DLL is not made for "USB to HID-over-I2C Bridge" but for "USB to I2C (and/or UART) master controller". so why is there 4 interrupt functions in this DLL if the interrupt can't be used ?? how to use those functions ?
what I understand when reading AN395 is that it probably can't be used as a "real" interrupt but it could be used to see (by reading the interrupt flag > function "FT260_GetInterruptFlag") if an interrupt condition as been encountered.
I will try it later like that (can't set a test board right now), but since it's not really clear in the doc that's why I asked here before.. and what made it less clear, is that the two functions to read/reset the flag are in the UART part of the documentation..
thanks for replying but it's still less clear for me..
the LibFT260 DLL is not made for "USB to HID-over-I2C Bridge" but for "USB to I2C (and/or UART) master controller". so why is there 4 interrupt functions in this DLL if the interrupt can't be used ?? how to use those functions ?
what I understand when reading AN395 is that it probably can't be used as a "real" interrupt but it could be used to see (by reading the interrupt flag > function "FT260_GetInterruptFlag") if an interrupt condition as been encountered.
I will try it later like that (can't set a test board right now), but since it's not really clear in the doc that's why I asked here before.. and what made it less clear, is that the two functions to read/reset the flag are in the UART part of the documentation..