User Activity

Hello, I am using an STM32F103C8T module (blue pill). I am using it to control a servo, which consists of a 20ms window, with a short pulse (1.0ms to 2.0ms). Like this:I configured timer 3 like this in CubeMX:I am using "HAL_TIM_PeriodElapsedCallback...
Hello, I am wanting to build a project that consists a STM32 "F" or "L" series MCU, and I want to use the USB Peripheral from within STM32CubeMX. I want to create a windows application using Microsoft Visual Studios (C#), and have communication back ...
Posted on April 11, 2018 at 23:02Hello, I was wondering if its possible to save a variable to flash memory, so that after power down or reset, I could then restore that variable?The specific chip I am using is the STM32F303CCT6 and the STM32F301C6, ...
Posted on April 11, 2018 at 22:57Hello, I am wanting to change the clock speed during runtime. I have an area of the code where I want to enter a lower power mode, shut down all peripherals, and wait for an external interrupt to occur. The specific ...
Posted on February 21, 2018 at 00:12Hello, I am currently using an STM32F301K6U. STM32CubeMX allows me to set pretty much any GPIO as a 'GPIOP_Analog'. However, when I go into the ADC1 under 'Peripherals' every single item is red because there is so...