STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC trigger conversion with timer

Hi,I have some trouble in implementing the trigger conversion for an ADC with a timer on an STM32F410CBU6 microcontroller. I'm using the HAL libraries and configured everything in CubeMX, but I never can trigger any measurement with my ADC.I have thr...

HL?�t by Associate II
  • 566 Views
  • 0 replies
  • 0 kudos

Bluetooth mesh stack documentation

Posted on May 22, 2018 at 12:01Hello, firstly, I am very new to ST environnement so I apologise for my dumb question.secondly, I am willing to compare https://community.st.com/tags♯/?tags=ble%20mesh stacks and SDK of the different manufacturers. The...

Reading a speed sensor on L432KC Nucleo

I'm using a reed switch (a pulse per revolution) to measure the speed of a wheel. The sensor output is connected to PA12 which is TIM1_ETR pin. I connected it there by mistake in my final PCB. I would have to tweak the PCB if I want to change tim...

xpp07 by Senior
  • 851 Views
  • 6 replies
  • 0 kudos

CubeMX 4.26 - new problems with STM32L4 USB device

Posted on June 11, 2018 at 16:58I tried to re-create my 4 well-tested USB device demos with 4.26. While HID mouse and MSC work flawlessly, two others do not work:CDC - COM port shows in device manager but cannot be opened in terminal; same basic cod...

gbm by Principal
  • 1391 Views
  • 11 replies
  • 0 kudos

USART1 behaved abnormal

hello allI established a virtual com port using a 4G modem, connected it with my F413ZH USART1.I used a DMA channel for RX. set HAL_UART_Receive_DMA(&huart1, (uint8_t *)&RxS0, 1);I could get datas from it at first. DMA2_Stream0_IRQHandler() will be c...

STM32F7 ADC Sampling Calculation

Hello, I'm using ADC with DMA of STM32F7 MCU. I want to calculate the ADC Sampling Rate. Is there a formula that I can use ? With 12Bit resolution, Is it possible to reach 2.4MSPS ? I'm using CubeMX for code generation.