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

Automatic discrimination between QUADSPI and OCTOSPI

An early rev. of RM0432 mentioned a magic id 0xA3C5DD01 at offset 0x3FC for OCTOSPI. So I thought the presence of that value would be a reliable way to detect the OCTOSPI interface. But the G474 exposes that very id, too ...The only idea that came to...

Resolved! SPI clock issue in modes 2 and 3: H743

The clock and data lines on SPI seem to go tri-state off when not in use even though the SPI channel is left open. Is this expected behaviour? It causes issues with some connected chips as they see the re-establishment of the driven clock signal as a...

0690X000008j2JBQAY.jpg

Multiple DMA Requests for the same DMA Stream

The STM32H7 series has come with the concept of DMAMUX which is different from the older series. it looks awesome and better than the dma request mapping table.But I wonder if it can route multiple dma requests to the same dma stream or not?To be mor...

Product serial numbering

Hello everyone,I want to add a device unique ID (a uint16_t progressive counter that identify my device as a whole, not only the mcu used) at programming time to a stm32f446 based product. Is there a standard known standard way to do this?Maybe it’s ...

Raggio by Associate III
  • 1183 Views
  • 2 replies
  • 0 kudos

STM32F303RE Nucleo Board HAL_USART_Receive_IT problem

As the title suggests, im having a problem using HAL to make some USART echo.I tried the same approch on a nucleo-f031 and its working wonderfully.I can print the whole hyperterminal string, but i cant reach the receive interrupt. Even if i set the R...

AWeis by Associate
  • 504 Views
  • 0 replies
  • 0 kudos