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

Multi ADC in parallel

Hi I'm using STM32H743ZG.I am currently using all three ADCs. Each ADC initialization code: #ifdef CHANNEL1 /** * @brief ADC1 Initialization Function * None * @retval None */ static void MX_ADC1_Init(void) { /* USER CODE BEGIN ADC1_Init 0...

giwonKIM by Associate III
  • 276 Views
  • 2 replies
  • 1 kudos

Resolved! STM32U0 Bootloader Timings

I am looking at revision 64 of the the AN2606 application note.https://www.st.com/resource/en/application_note/an2606-stm32-microcontroller-system-memory-boot-mode-stmicroelectronics.pdfSection 89 of this document gives some tables for some timings f...

a_user by Associate II
  • 294 Views
  • 2 replies
  • 1 kudos

MCP3564 interface with STM32F373

I want to interface MCP3564 with STM32F373 for 4 channel differential ADC. Now i can read only one channel (channel A). I can't read another three channel. I have use the GitHub library (link ....  https://github.com/fhnw-ise-qcrypt/mcp3564/tree/main...

Apurba by Associate
  • 206 Views
  • 1 replies
  • 0 kudos

Resolved! DMA to SPI triggered by Timer STM32H723

Hi All,I am trying to send data to SPI1 via DMA1 Stream 0, using a timer to trigger DMA.Currently, I have used TIM4 Channel2 and Enabled DMA Update with DIER register (UDE bit).DMAMUX1 Channel 0 Request is set to 32.So far, this part seems to work: I...

thomas23 by Associate II
  • 323 Views
  • 2 replies
  • 2 kudos

AAC codec for STM32H Family

Please advise as a google search reveals no support for an AAC library for STM32H or STM32F families.  I would like to potentially implement this on a Nucleo-H723ZG

SWenn.1 by Senior III
  • 236 Views
  • 1 replies
  • 0 kudos

Resolved! Sleep/Stop mode while using the USBPD lib

Hi,I have an issue with low power operation when using the USBPD library. We have successfully implemented a low power feature for our new product. After that we have started the development of a USBPD feature. The problem is, that after the function...

PXL_20240930_115929316.jpg
RomThi by Associate III
  • 387 Views
  • 3 replies
  • 0 kudos

Resolved! Issues with HAL_QSPI_Command_IT for W25Q128JV Flash Memory

Hello ST community,I am working with an ST microcontroller and a W25Q128JV flash memory, interfacing via QSPI. While using the HAL library, I’ve encountered an issue with the HAL_QSPI_Command_IT function.When I use the blocking HAL_QSPI_Command metho...

kzorer by Associate
  • 345 Views
  • 3 replies
  • 0 kudos

FLASH_WaitForLastOperation returns error in STM32G070

I try to erase a page using this code:bool EraseFlash() { uint32_t FirstPage = 0, NbOfPages = 0; uint32_t PageError = 0; int i; FLASH_EraseInitTypeDef EraseInitStruct = {0};   HAL_FLASH_Unlock(); FirstPage = GetPage(FLASH_START);   /* Get the ...

rickard2 by Associate III
  • 3663 Views
  • 10 replies
  • 0 kudos