Anh chị cho em hỏi phần này :)
Có 2 ví dụ
VD1. Cấu hình ngắt cạnh xuông cho PF4
//Enable PortF
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOF);
//Config Pin PF4 as a digital input
GPIOPinTypeGPIOInput(GPIO_PORTF_BASE, GPIO_PIN_4);
//Read PF4
read=GPIOPinRead(GPIO_PORTF_BASE, GPIO_PIN_4);
//Config...