Question
how to read particular port memory
hi I am working on keyboard project where i want to read B port"
KeyInputMemory[column_count] = (uint16_t) HAL_GPIO_ReadPin(rowport, GPIO_PIN_All);
iam taking rows as input... whenever key is pressed it should be read that pin.... how can i see whether particular address is stored or not in software
