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

STM32F030 debug problem

Hi,i designed myself a PCB with a STM32F030 with breakout pin (SWDIO, SWCLK, NRST, GND, UART1_TX, UART1_RX). When I try to debug it with VS Code, it doesn't work. I tried it with stutil, openocd (on st-link v2) as well as bmp (on BMP Bumpy). Nothing ...

0693W000001cFdmQAE.png 0693W000001cFdcQAE.png
schellek by Associate II
  • 613 Views
  • 2 replies
  • 0 kudos

Resolved! UART DMA sends sometimes random data when using ADC

Hi everyone,I'm relatively new to STM, i'm making my diploma thesis with it. It's going to be a mini, portable oscilloscope, but at this point I'm totally stuck. I started using ADC with DMA, but soon I realised this might be not the perfect option, ...

ibruno26 by Associate II
  • 1371 Views
  • 7 replies
  • 0 kudos

How does the disabling of VREFINT influences BOR?

we have a STM32L07CBT6 and we want to disable the VREFINT with following HAL functionsHAL_PWREx_EnableUltraLowPower()HAL_PWREx_EnableFastWakeUp()but still want to use the BOR. Therefore I checked the section of VREFINT (6.2.4) and BOR (6.2.2) in the ...

0693W000001cJN4QAM.jpg 0693W000001cJNJQA2.jpg 0693W000001cJNOQA2.jpg

Resolved! How to get PWM from lidar sensor?

Hi everyone, i'm quite new with the stm. Currently im using the stm32f411 discoveryboard and trying to get the pulse width in order to measure range, i did try to search for solution and find out about input capture method but the code is on sw4stm32...

ĐNguy.1 by Associate
  • 970 Views
  • 2 replies
  • 0 kudos

reason H745 not booting

Hi,I have a custom board with an STM32H745 which doesn't boot / I can't connect to.I've noticed that three of the gnd pins are not connected K15, L15, M15, would this cause the problem?The design is using an external 1.2V supply which is fine. 3.3V i...

SHanl.1 by Associate
  • 534 Views
  • 2 replies
  • 0 kudos

Simultaneous use of two FDCANs of STM32H743

I am developing a device that simultaneously logs two CAN lines using the STM32H743.I saw "Wrong data may be read from Message RAM by the CPU when using two FDCANs" in STM32H743 Errata document.I need a detailed explanation of the above Errata.I am t...

Resolved! What is the mining of #define SHUT_DOWN_TIME_OUT 20000UL?

HelloI'm using the "en.fp-sns-allmems2", which send data from sensor with a ultra-low power consumption. I'm traying to increase the time in which the sensor is in shut down mode.I think that I've to change the value of the variable  SHUT_DOWN_TIME_O...

NMart.1 by Associate III
  • 956 Views
  • 4 replies
  • 0 kudos

DMA interupt

I know that DMA interrupt don't need rising/falling edge trigger because DMA interrupt is an internal signal.Except this result is that any additional result why DMA interrupt don't need rising/ falling edge trigger?

Cl.1 by Associate II
  • 385 Views
  • 0 replies
  • 0 kudos

Multiple read from Peripheral to Memory using DMA

Dear Experts,Can I configure the DMA2 to do say 3 repeats read on GPIOx_IDR by a single DMA request? I do not want to have array of bytes instead I would like to write into a single variable and overriding it with the latest value.I have set the MINC...