User Activity

Hello everyone,In my project i am using STM32F107VCT6 MCU. When i tried to control gpio pin it is not changing state from low-high/ high-low.  I am only getting issue with PB3. In hardware i have connected this pin to SCK pin of W25Q16. I have enable...
Hi,I am using  STM32f107vct6. I want to create generalized GPIO function which can set gpio mode. I am using pointer to access peripheral registers. I have tested following1]  Configured gpio using structures which are available in library(i.e. GPIOA...
Hi,I am working with STM32F100RBT6B. I am getting "command not supported" error while flashing the code using Keil Ide with ST-LINK V2 debugger. Please help.Thanks.
Hello guys,I have just started working with stm32 controllers. I am trying to capture the frequency of signal using timer 2 input capture mode.I am getting absolutely correct frequency if i use ARR = 65535 but when i use ARR = 0xffffffff (As timer 2 ...