User Activity

Hello,I designed a BLDC motor driver for myself and I am currently in the software phase.I am using the 1st, 2nd and 3rd channels of the TIM8 timer for 3 phases, but I do not have any information about how to create SPWM in stm32 or how to trigger th...
Hello, I bought STM32F429ZIT6 MCU the other day but strangely I am getting program outside error in the system and I have no hardware problem. So why is this happening? Is it a knock-off or a software problem
Hello,Today, I was receiving my eeprom data normally with my normally working I2C code, but when I entered debug mode, the uwtick increased on my processor, but it was not receiving my commands. The LED indicating that the code was running was not bl...
Hello, I use STM32F042C6U6 processor. I use IN 2, 3 and 4 inputs for ADC, but when I activate channel IN 4 input, there are serious deviations in other ADC values. My Variable  uint32_t adc_values[2]; Main Code:   int main(void) { /* USER CODE BEG...
Hello,I made a Motor Driver Circuit and I want to read the ADC via DMA, but it has different settings compared to other microcontrollers such as F4, G4, F0. How can I do it or is there a code or video that can be an example?  STM32F042C6U6 SettingsOt...