STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32U5A5 OTG_HS USB Host with DMA not enumerating

Hello,I have been utilizing the OTG_HS peripheral on an STM32U5A5 to act as a USB host. I am using the USBx stack in a non-secure application and initializing the peripheral as follows: VOID USBX_APP_Host_Init(VOID) { MX_USB_HCD_Init(); ux_host...

Namr by Associate
  • 107 Views
  • 0 replies
  • 0 kudos

FATFS f_open issue when text file reaches 64kB

Hi all,I'm using an STM32F413 to write to an uSD card via DMA over SDIO. I'm using the FATFS (R0.12c).  Up until now, I've been writing to the SD card by firstly mounting, opening the file, write, write, write... then closing and unmounting. I'm writ...

evanfahy by Associate
  • 139 Views
  • 1 replies
  • 0 kudos

Resolved! H743 QSPI DMA

Hi All,Probably easy question, I would like to use DMA with QSPI (e.g. HAL_QSPI_Receive_DMA) but STM32CubeIDE/MX (1.16.0) is not giving me any options to configure it.There are no options, my parameter settings are belowQSPI is working fine in Indire...

Screenshot 2024-08-14 153303.png Screenshot 2024-08-14 153209.png
hans86 by Associate II
  • 181 Views
  • 2 replies
  • 0 kudos

Resolved! Unknown PWM CH2 error STM32F030C8

Hi in custom design arrive problem , that seems as hard to solve. TIM3 CH1 and CH2 config:  TIM_TimeBaseStructInit(&timer); timer.TIM_Prescaler = 1-1; //48Mhz/1/2000=24kHz timer.TIM_Period = 2000-1; timer.TIM_ClockDivision = 0; timer....

MM..1 by Chief II
  • 231 Views
  • 4 replies
  • 1 kudos

LPBAM I2C data buffer using NUCLEO-U575ZI-Q

Hi everyone,  I am trying to use LPTIM1 and I2C3 to read the values of a sensor's register every 1 second and save them into a data buffer while in Stop2 mode. What I would like to know is if it is possible to store data sampled at a given frequency ...

Test_00_Queue2.jpg Test_02_Queue2.jpg Test_03_Queue2.jpg Current_Consumption_10s.jpg

Resolved! USB issues related to USART speeds -- STM32L072

I've been working on an STM32L072 based project involving USB and USART4. I ran into an issue that puzzled me, so I figured I'd post about it here to help others. If there is a solution to this problem, even better!My original design used USART4 as a...

Delaney by Associate II
  • 456 Views
  • 6 replies
  • 2 kudos

Resolved! Vrefint reads as 0 on some boards

I have got 3 identical boards with STM32u5a5. For improving ADC accuracy I want to calibrate Vref using Vrefint. This is working fine on one board, but on the other two boards Vrefint reads as 0 using the same software. Other ADC channels seem to wor...

Meixner by Associate II
  • 372 Views
  • 8 replies
  • 2 kudos
Labels