STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Can't re-program STM32G030C8

I have tried everything I can think of to get part to program, I still get this:The elf loader Sector Erase function fails.Memory-Loader errorError occured during erase operation!Programming error @ 0x08000000!I have tried STL CLI, JFlash-lite, JFlas...

Memory sharing between M7 and M4 - STM32H745

Hello,I am working on STM32H745 controller. I want to share a variable between M7 and M4.Example: Variable named counter will be updated by M4 after some period and same has to be read by M7 for further processing.Can anyone help me with suitable app...

Nsg1987 by Senior
  • 4292 Views
  • 5 replies
  • 2 kudos

Resolved! Output push-pull with pull-up or pull-down capability

The output push-pull implies either 0 or 1 - never floating. When do we use the output push-pull with pull-up or pull-down capability? What is the application for the output push-pull with pull-up or pull-down configuration?

tzk by Associate II
  • 9619 Views
  • 6 replies
  • 2 kudos

Resolved! STM32G431 - Triggered ADC and DMA

Hi. Setup is simple:TIM2 creates the ADC_EXTERNALTRIG_T2_TRGO signal, which starts ADC. ADC is configured to use DMA to transfer the data to the buffer. hadc1.Instance = ADC1;hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4;hadc1.Init.Resolution ...

mrox by Associate II
  • 2293 Views
  • 5 replies
  • 0 kudos

GPIO Problem with STM32F070RB

Hello everyone,I am developing a small program with a relay which has a data, power and ground input. This is powered at 5v and I have it connected to the GPIO PA0 output.My code is as simple as creating a task with FreeRTOS as follows:void StartDefa...

JAgui.1 by Associate II
  • 1440 Views
  • 4 replies
  • 0 kudos