Part Number: TMDSLCDK138
Hi,
my customer has been checking sample program in PROCESSOR-SDK-RTOS-OMAPL138 (Ver6.0.0.7) on TMDSLCDK138.
The project is GPIO_LedBlink_lcdkOMAPL138_c674xTestProject.
GPIO pins:
SD card insertion / extraction information: port 0, pin 64
switch: port 0, pin 37
Setup Steps:
1. Set PinConfig in the order of SD card and then switch. (Both setting is BOTH_EDGE and INPUT)
2. Set callback function for each input.
3. Callback function is called when inserting / removing SD card.
4. Callback function is called when SD card is inserted / removed after switch is pressed.
When two GPIO callbacks are set, if one callback does not occur, the other callback does not occur.
But they want to call each callback function when inserting / removing the SD card / pressing the switch.
Could you tell us how to setup it?
Best Regards,