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

MULTI_Q U545REQ

I used MultiQ example 'LPBAM_DMA_MultiQExec' I change code for U545REQ board but it doesn't work.i found some issueThis is 'LPBAM_DMA_MultiQExec' codetatic void MX_LPDMA1_Init(void) { /* USER CODE BEGIN LPDMA1_Init 0 */ /* USER CODE END LPDMA1_...

dlagyals by Associate II
  • 504 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F411 "User specific sector"

I'm developing a tool to gang program STM32 products. I'm currently working on the STM32F411 (reference manual RM0383) and the FLASH_CR register SNB field mentions two sectors: user specific sector and user configuration sector. The user configuratio...

GPIO inputs pushed LOW upon HSE failure

I'm using an STM32H733 running from HSE clock with CSS disabled.In a normal situation, the used GPIO inputs correctly read as HIGH as they are pulled HIGH by an external pull-up / LVTTL (push-pull) drive, verified with the oscilloscope.After exposure...

Eliasvan by Associate
  • 321 Views
  • 4 replies
  • 1 kudos

FLASH_WaitForLastOperation() returning HAL_ERROR

Hi.. i'm stuck with this problem for days... i'm not able to store basic data in the G030 flash memory...When i tried to erase a flash page using HAL_FLASHEx_Erase(), the FLASH_WaitForLastOperation() returns a HAL_ERROR... I did not found the issue.....

WBria.1 by Associate II
  • 2655 Views
  • 5 replies
  • 0 kudos

Help me choose MCU

Hello guys, I am building a product, actually am migrating my product from ATmega to STM MCUs, my requirements exactly are as follows,Cortex M0 or better core, >48 MHz2 Channel 5V DACs1 Channel CAN for OBD2 Interface2 Channel ADCs, at least 10 bit re...