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! STM32F767 Change RDP level from second stage bootloader

Hello,I have second stage bootloader in place and want to change RDP level from it (0 to 1 and roll back when doing firmware upgrade).However, the problem is, once RDP level is changed to 1, bootloader is not able to change it back to 0. I've to chan...

SGAUR.1 by Associate III
  • 3325 Views
  • 9 replies
  • 6 kudos

Resolved! SPI TXE flag set early

Hi,I m testing SPI TXE flag with the following code:void TestSPI(void){ GPIO_ResetBits(GPIOA, GPIO_Pin_4); SPI_I2S_SendData(SPI3, 0); while (!SPI_I2S_GetFlagStatus(SPI3, SPI_I2S_FLAG_TXE)); SPI_I2S_SendData(SPI3, 0); while (!SPI_I2S_Ge...

SebB by Associate II
  • 2246 Views
  • 5 replies
  • 2 kudos

Resolved! Hardfault :STM32H750 Customer Bootloader Jump to Application

Hello everyone:I have a problem with my project.My project is to use STM32H750UBKx  + Keil MDK5 IDE to design.The customer bootloader runs in Flash, and The application runs in Quad SPI NOR Flash (or SRAM).Problem: When I execute the code "JumpToAppl...

error..png
Andex by Associate II
  • 1639 Views
  • 3 replies
  • 0 kudos

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
  • 5469 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
  • 14105 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
  • 2699 Views
  • 5 replies
  • 0 kudos