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! 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
  • 994 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
  • 450 Views
  • 0 replies
  • 0 kudos

Resolved! When does STM32G4 arrive?

The official release of STM32G4 was scheduled for the 20th week of 2019, but now we are in the 21st week and there is still nothing. Any problems?Andrea

Resolved! Low Power Timer Wake Up from Stop2 (stuck in interrupt)

I am using a STM32L476. I am using the counter mode on the low power timer to generate an interrupt after a given period. When I am in run mode, this interrupt works just fine. However, when I use the interrupt to try and wake the MCU from Stop2, I g...

Resolved! How to calculate CRC for large file in STM32F030RC

Posted on February 03, 2018 at 07:45I want to calculate CRC for large file, the large file have been added the CRC value in the end of the whole .bin file(Get this CRC data via IAR tool). I read the file and calculate CRC of it in part(HAL_CRC_Calcu...