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

Sent int32_t with Hal_UART

Hi All,  I would like to send int32_t decimal number via USART, but with HAL_Uart_Transmit we can send uint_8. Do you have any idea how I can do that?Thanks.

Nmo.1 by Associate III
  • 1565 Views
  • 3 replies
  • 0 kudos

stm32f730 , Quad SPI ,how to configure the data shift out on the rising edge of clk and samle one the falling edge

stm32f730 , Quad SPI ,i used to communicate to a device ,need 3bits data width. but how to configure the data shift out on the rising edge of clk and sample the falling edge . like the Stand SPI , we can set CPOL to '0' or '1'?if not to do , pls ...

zhong.1 by Associate II
  • 1298 Views
  • 7 replies
  • 1 kudos

HRTIM permanent Fault request

Hello,I'm having fun with hrtim configuration on STM32G4.To prevent to broke my device, I implement a faults management. I have also an external event that disable output (delayed idle mode), which can be reactivated by software when external event d...

Yle.53 by Associate
  • 556 Views
  • 0 replies
  • 0 kudos

STM32h743 fmc sdram unaligned read

Hi, i have read many guides about remapping sdram to 0x60000000 address range or setting up MPU to solve unaligned access exception. The exception is not a problem for me. The referce manual states that FMC peripheral does not support unaligned read ...

DNeje.1 by Associate II
  • 1613 Views
  • 3 replies
  • 0 kudos

How to stop executing program/halt the CPU

One of our project has problem, not easy to find, because of nonregularity of occuring in unknow part of code (it hasnt been reproduced in controlled way). I would like to write macro, that will replace every call of problematic part of code (which i...

bartra by Associate
  • 2574 Views
  • 5 replies
  • 0 kudos

How do you connect more than 12 PDM mics to SAI (H7)

I'm looking for advice on connecting 25 PDM microphones to an STM32H7. This seems possible from the RM, taking advantage of 4x SAI peripherals, each supporting up to 8 mics. However, when checking avail User Manual pins on several H7 variants, they ...

DOCon.1 by Senior
  • 417 Views
  • 0 replies
  • 0 kudos

Resolved! USART DMA always two times received.

I'm using STM32L476 MCU.I config DMA Setting for USART. And I use HAL_UART_Receive_DMA in main.cIf I received data, test_count always increase two.void DMA1_Channel6_IRQHandler(void){ /* USER CODE BEGIN DMA1_Channel6_IRQn 0 */  test_count ++; /* USER...

0693W00000HpcwSQAR.png
DPaen.2 by Associate II
  • 914 Views
  • 2 replies
  • 0 kudos