A
Astrid
Guest
Hvordan indser IO port på GPIO for STM32. Mere præcist Jeg har brug for output med pullup
men jeg har brug for på samme tid læse denne port (enhed på perifer pull bus ned. Jeg bifalder eksempel uden brug ST standard perifere biblioteker Tak du
Code:
GPIO_InitTypeDef GPIO_InitStructure, GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8, GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT, GPIO_InitStructure.GPIO_OType = GPIO_OType_PP, GPIO_InitStructure.GPIO_Speed = GPIO_Speed_25MHz, GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP, GPIO_Init (GPIOG, & GPIO_InitStructure);