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! STM32U575 PWR_S3WU IRQ

I am developing an application for the STM32U575, and am currently testing on the Nucleo-U575ZI-Q. As per the reference manual (Rev. 4) Section 10.9 PWR Interrupts, Table 110 Note 1: "The PWR_S3WU interrupt is generated only when the device is in Sto...

image.png
r-drage by Associate II
  • 1995 Views
  • 6 replies
  • 1 kudos

Uart bulk data transfer

Helloi need some help in transfering 24 bit 3 channel adc captured data via uart. SPI based ADC sampling rate is 4ksps i.e. I get dataready interrupt at every 256usec . The total bits per second would be then 4000x9x8 equals 288000.Can anyone help me...

prsh by Associate II
  • 1154 Views
  • 2 replies
  • 1 kudos

STM32H5 GPIO toggling performance

I use STM32H562 and/or STM32H503 (nucleo board). When try in loop only this line: while (1) {   GPIOB->ODR ^= GPIO_PIN_6;     } The frequency on pin is only 12.5 mhz. I use external quartz 8mhz (and 24mhz on nucleo) I config  to 250mhz (with build...

Brussl by Associate II
  • 3913 Views
  • 19 replies
  • 1 kudos

Resolved! ADC3 data DMA transfer error

Hello members,I have problem with functionality of DMA data stream for ADC3 peripheral. I have H743ZIT controller. ADC1 with DMA is fully and properly working for each channel. I have placed ADC data array to RAM_D2 section for ADC1. For ADC3 I have ...

sagit_0-1705511284067.png sagit_1-1705511325451.png
sagit by Associate II
  • 3085 Views
  • 8 replies
  • 0 kudos

Resolved! STM32F767 SDMMC no DMA callback

Hi AllI want write on the SDMMC using HAL_SD_WriteBlocks_DMA system call. The function itself works, the sector on the SD is written, but no callback function (HAL_SD_TxCpltCallback) is called.Did someone experienced such trouble ?Thanks  

axinno by Associate II
  • 858 Views
  • 3 replies
  • 1 kudos

Resolved! How many devices can be connected on SPI bus

Hi,I would like to know what is max number of SPI slaves I can connect to a single SPI bus of STM32F779? I understand that using the chip select pin I can select respective slaves to operate. But is ther eany recommendation from ST that ideally , I s...

SRoy by Associate II
  • 11343 Views
  • 2 replies
  • 0 kudos