Hello,
I try to test the FlexIO Camera Driver from Kinetis SDK 2.0 API Reference Manual. Refer to link http://mcuxpresso.nxp.com/apidoc/2.0/group__flexio__camera.html.
In my test, I use 2 GPIO call :
- IDLE_CORTEX (0V /3V3 periodical signal, ref ACQ_DEBUG) that I connect to FLEXIO_pin0 (pclk),
- SHDN_CORTEX (3V) that I connect to FLEXIO_pin1 (hclk),
Original Attachment has been moved to: pin_mux.h.zip
Original Attachment has been moved to: pin_mux.c.zip
Original Attachment has been moved to: clock_config.h.zip
Original Attachment has been moved to: clock_config.c.zip
Original Attachment has been moved to: frontend.c.zip
Original Attachment has been moved to: board.c.zip
Original Attachment has been moved to: MK80FN256xxx15_Project.c.zip
Original Attachment has been moved to: frontend.h.zip
Original Attachment has been moved to: board.h.zip
Hello,
I try to test the FlexIO Camera Driver from Kinetis SDK 2.0 API Reference Manual. Refer to link http://mcuxpresso.nxp.com/apidoc/2.0/group__flexio__camera.html.
In my test, I use 2 GPIO call :
- IDLE_CORTEX (0V /3V3 periodical signal, ref ACQ_DEBUG) that I connect to FLEXIO_pin0 (pclk),
- SHDN_CORTEX (3V3) that I connect to FLEXIO_pin1 (hclk),
I try to pass into the callback function (/* A callback function is also needed */), which means that all data are received.
I did not succeed going into the call back function.
Do you have any way to debug or why I can not receive data.
It seems to be a code error. I am sure about my connection (GPIO has the good value, 0V, V3) and about the flexio because I tested with twrk80f150m_driver_examples_flexio_spi_edma_dspi_transfer_slave which works.
I use:
- twrk80f150m,
- TWR_ELV,
- TWR_proto,
My purpose is then to save data (4bits, with 20 Mhz clock) into sd card,
You will find the code source. Thank you in advance for your help.
Hello,
I just want to acquire any data thanks to the flexio + edma by using the Kinetis SDK 2.0 API (FLEXIO CAMERA Receive in EDMA way), refer to code bellow (frontend.c).
I can not pass in the call back function (FLEXIO_CAMERA_UserCallback). I have drived the FLEXIO_pin0 as a clock and FLEXIO_pin1 as a trig. I have no idea why it does not work. Thank you for your help.
Regards,
Patrice