Question
need to wait for GPIO configure?
GPIO_Init(GPIOD, R4_GPIO_PINS, GPIO_Mode_In_FL_No_IT);
GPIO_Init(GPIOD, R6_GPIO_PINS, GPIO_Mode_In_FL_No_IT);
delay_ms(1);DOes gpio configure need to wait for completion?
GPIO_Init(GPIOD, R4_GPIO_PINS, GPIO_Mode_In_FL_No_IT);
GPIO_Init(GPIOD, R6_GPIO_PINS, GPIO_Mode_In_FL_No_IT);
delay_ms(1);DOes gpio configure need to wait for completion?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.