User Activity

Hello everyone, I would like to know how to read data from pin on STM32F4. I have a small project where I am blinking led (it's running throw Arduino board) and I would like to see throw STM32F4 when it's on and when it isn't. How should I setup pin?...
Hello, I would like to change TIM2 to TIM5 but my code didn't work after I changed that. Could someone help me please? Thanks a lot Here is the code #include "stm32f4xx.h" /* PA0 - TIM2_CH1_ETR/ TIM5_CH1/ TIM8_ETR/ USER BUTTON PA1 - TIM5_CH2/ TIMM2_C...
Hello everyone, I am new to STM32 and to Keil. I would like to change the accelerometer resolution from 2G to 16G, but due to my inexperience, I don't know how. My teacher didn't help my and said that I need to figure it out by myself, but I really d...