Posted on March 26, 2018 at 20:32 Hi I'm using STM32F103R4 and trying to read the IDR of portc but it only i get data for PC4 & PC5, so how i can figure it out below my configuration GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockC...
Posted on March 27, 2018 at 21:35Hi dhenrymy main issue when i try to configure port as inputs, it don't work as expected, some IDR bits are responding but others not, i think there is some thing wrong with my configuration but i don't know itNote: ...
Posted on March 27, 2018 at 21:34Hi Clivefor outputs texting it is working OK, my main issue to when i try to configure port as inputs, it don't work as expected, some IDR bits are responding but others not, i think there is some thing wrong with my...
Posted on March 27, 2018 at 19:10So what should i do then, i'm new in the 32bit systems and my experience in of MCU programming is still early in general