I'm using MCUXpresso Config Tool 5.0, MCUXpresso SDK V2.5 and a board with iMXRT1052. I just want to read data from a camera with 8 data pins, a HERF pin, a PCLK pin and a VSYNC pin. In SDK reference manual, there is a "FlexIO Camera Driver". But I can't find any files in SDK. There is no "FLEXIO_CAMERA_Type", no "flexio_camera_edma_handle_t", no functions about how to initialize the camera. The Config Tool can only initialize FlexIO as SPI, I2C, UART, I2S pin.


So how to use FlexIO as a camera driver with SDK?
Is there some diver files missing in the SDK?