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

HAL_ADC_PollForConversion() strange behavior with DMA

I am trying to use the code below to read 8 channels from ADC1. I have ADC1 configured with 8 ranks, and have selected "EOC flag at the end of all conversions". HAL_ADC_PollForConversion() hangs forever.I noticed that if I pass the second argument t...

RBerg.1 by Associate
  • 378 Views
  • 0 replies
  • 1 kudos

STM32 using CAN-BUS.

We are not completly sure how it works. We want to make a receiving module reject some ID's and only approve some. The code we used just approve every ID. Can someone explain how the ID works within our code? (If we for example would like to approve ...

MJørg.2 by Associate II
  • 2577 Views
  • 7 replies
  • 1 kudos

UART Busy before Start.

Hi, I have a problem with a STM32L476RG.The problem is UART interface in DMA receive mode, at the beginning of my main function, after having initialized some variable, I call the function: __HAL_UART_ENABLE_IT(&huart3, UART_IT_IDLE); HAL_UART_Receiv...