User Activity

Dear community, Since i have travel inside parameters, now at each compilation, a file " Startup_stm32f103rgtx.s" is opening...Close this files, it's come again.Do you have an idea to disable/ hide it ?
Dear communityI develop a 'robot" with odometrie.Each geared DC motor have a rotary magnetic encoder for speed regulation.My question is about avoid count overload.I use a timer for read encoder count. Each interrupt, i print the value.My aim is avoi...
Dear community,I work on a 'robot' with odometrie.Each geared DC motor have a rotarty magnetic encoder ( AS5047P).I use Quadrature Output to Encoder mode. It's works but i have some questions...> get_valueWhathever the configuration on STMCube, the v...
Dear everyone,I'm trying to manage a DC motor with IC controller in PWM.My frequency have been calculated for have 12bits resolutions (Fclk :72Mhz > Fpwm17.5Khz). TIM2->CCR1 = 30; HAL_TIM_PWM_Start(&htim2, TIM_CHANNEL_1); HAL_GPIO_WritePin(GPIOB, MA_...
Dear everyone,I'm trying to use ADC in DMA mode, inside other file (a library).My ADC.H/* * ADC.h */ #include "stdlib.h" #include "stdio.h" #include "string.h" #include "stm32f1xx_hal.h" #include "stm32f1xx_hal_conf.h" //-------------------------...
Kudos given to