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! Error in SPI pin allocation

Hello, I just designed an electronic card using the STM32G474QET6TR. Just a day before receiving the card I realised I had made a mistake on the routing. I want to use SPI2 to driver 2 MAX4896ETP+ that are daisy chained.As per the MAX datasheet, to d...

EliazLB_0-1749034952514.png
EliazLB by Associate III
  • 219 Views
  • 2 replies
  • 2 kudos

Resolved! STM32H562 Ethernet Erratum 2.22.10

According to erratum 2.22.10 of STM32H562xx/563xx/573xx in RMII 10MHz mode packets should be accepted when both dribble and CRC error is flagged. According to Reference Manual RM0481 Rev4 Table 692 dribble bit is valid in MII mode only. Pls. clarify ...

Nabidev by Associate
  • 251 Views
  • 1 replies
  • 2 kudos

Resolved! STM32U5A9 2D GPDMA Repeat Counter not working

Hello, I'm trying to use the repeat counter of the 2D GPDMA peripheral. However, when I configure this with CubeMX and run it, I can see that the BRC register is always at zero, while the BNDT register is set to the correct value. I've stepped throug...

JSGraaf_1-1749034961104.png JSGraaf_0-1749034882953.png JSGraaf_3-1749035005939.png JSGraaf_2-1749034980931.png
JSGraaf by Associate III
  • 147 Views
  • 1 replies
  • 0 kudos

Resolved! Capacitance of OSC_32 pins

Hello, Datasheet DS14791 Rev 4 has a note on page 161 stating that PCB and pin capacitance for the OSC_IN/OSC_OUT Interface can be assumed as 4 pF combined.I qoute: "For CL1 and CL2, it is recommended to use high-quality external ceramic capacitors,d...

Panda by Associate III
  • 315 Views
  • 2 replies
  • 2 kudos

Resolved! About SAI - DMA protocol

Hi,I need to understand better how the "HAL_SAI_Receive_DMA(&hsai_BlockB1,ADC_Buffer,CodecBuffer_Size)" works.I've a codec connected to the SAI 1 of a STMH723 MPU and I implemented a Ping-Pong routine to acquire and send the data to the Codec; two Ca...

carloV by Associate III
  • 386 Views
  • 9 replies
  • 0 kudos

Resolved! STM32H750B-DK eMMC Use Example

Hi,Has anyone used the STM32H750B-DK on-board eMMC, 4GB memory.I have been unable to find an example and it is a big job to write something from scratch.I am assuming that it would use the SDMMC1 peripheral in MMC 8 Bit mode and that you would need t...

Snag_6fca58.png

Resolved! ADC multiple channels read without DMA and interrupt

Hello, I'm using stm32u5 series MCU and I need help on below.1. System clock I've configured to 24Mhz and how do I set my ADC clock to sample at 20Khz2. Without DMA, single channel data collection I'm able to do but not able to do for multiple channe...