STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! stm32H753 spi6 BDMA interrupt

hi ALLI use stm32h753.1) SPI1 , DMA , DMA1_Stream0 2) HAL_SPI_Transmit_DMA(&hspi1, gAudioTxBuffer, VS1063_DMA_TX_LEN);3) void SPI1_IRQHandler(void) interrrupt ==> Very wellbut1) SPI6 , BDMA , BDMA_Channel02) HAL_SPI_Transmit_DMA(&hspi6, gAudioTxBuffe...

togsin by Associate II
  • 197 Views
  • 3 replies
  • 1 kudos

STM32H7xx USART3 can't wake up from STOP mode

Our product uses a STM32H7xx chip, integrate freeRTOS. We want our product can go into STOP mode to save power, and can be waked up from STOP by USART3 receiving data.Below is some related code, but it does not work, our product can't be waked up by ...

HarryXia by Associate II
  • 128 Views
  • 1 replies
  • 0 kudos

Resolved! JTAG connections for STM32G474 controller

Hello,I am connecting STM32V2 debugger at following pins.  This supports SWD. I want to use JTAG pins and want to use STM32V2 debugger as a JTAG connection for debugging purpose. can you support me how to connect or which pins to be used and what is ...

Nsg1987_0-1719397754368.png
Nsg1987 by Senior
  • 426 Views
  • 12 replies
  • 2 kudos

Resolved! stm32h750 vb adc+dma LLlib issue

Spoiler  HELLO,I have 2 issues1. A bug reportCubeMx generated init code is wrong with LL libthe marco config is not change from HAL to LL2. I cannot enable dual ADC1/ADC2 continous conversion with dma, and at every tranfer finish trigger a intteruptb...

mize_0-1720768050887.png mize_1-1720768115515.png
mize by Associate II
  • 213 Views
  • 3 replies
  • 0 kudos

STM32H750 Performance slows down after time

Hi!I have a problem with the canbus gateway project, I have a very good ring buffer that works without delays and transfers data between can1 and can2. All data copying is done through the main while loop where I check the buffers for can1 and can2 t...

sqwerize by Associate III
  • 619 Views
  • 13 replies
  • 1 kudos

*STM32F030F4p6 Problem with GPIO_EXTI1 Pin*

Hello everyone,So I am trying to take Input from the sensor and then turn on the LED_1/Sound on and another senarove is that whne I prace the GPIO_EXTI1 turn on the another LED_2. but what is hapning is when senser is not givin Input even then LED_1/...

Labels