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

how to clear the receive buffer of HAL_UART_Receive_IT

I'm using the HAL_UART_Receive_IT function on stm32f303re to recieve data. After each use I want to delete the content of the receive buffer so that the next data that will arrive will start at the first index of the array. Is there a function to del...

TGill.4 by Associate II
  • 4343 Views
  • 6 replies
  • 0 kudos

Resolved! PLL on B-U585I-IOT02A (STM32U585AI)

I'm using MSIS at 24 MHz for everything, like this: SET_BIT(RCC->CR, RCC_CR_MSISON); while (0 == (RCC->CR & RCC_CR_MSISRDY)); SET_BIT(RCC->ICSCR1, RCC_ICSCR1_MSIRGSEL); MODIFY_REG(RCC->ICSCR1, RCC_ICSCR1_MSISRANGE, RCC_ICSCR1_MSISRANGE...

0693W00000SuOAnQAN.png 0693W00000SuO9GQAV.png

Resolved! Use CAN in STM32F042F4: Can not config in CubeMX

I want to use CAN Bus in STM32F042F4 (TSSOP20). In the data sheet it says, CAN_RX on PA11 Pin 17, CAN_TX on PA12 Pin 18.When trying to configure in CubeMX, CAN function is greyed out and the pinout has not PA11 and PA12. Isn't it possible to use CAN ...

0690X000006CGhpQAG.png 0690X000006CGhuQAG.png
harald by Associate III
  • 954 Views
  • 4 replies
  • 0 kudos

Resolved! Configurate uart without using stmcubeMx

I am currently working on a project to program a PLC. This one already has a program to control its operation. We are using the Nucleo board STM32F302RBT6. The goal is to extend the program to be able to integrate the uart communication. Unfortunatel...

TGill.4 by Associate II
  • 290 Views
  • 3 replies
  • 0 kudos

Stm32 H7 ADC Conversion time ?

Hello I m trying measure adc conversion time , I look datasheet , f_adc=37 Mhz(for fast channel) with 12 bit resulation, 4.10 MSps , so ı use f_adc=32 Mhz(for fast channel) with 12 bit resulation, 3.54 MSps should be, but I m not measure 3.54 MSps,I ...

0693W00000GZb31QAD.jpg 0693W00000GZb2wQAD.png 0693W00000GZb2rQAD.png

Resolved! Peripheral to Mem BDMA on H750

Hi, I am looking to read 16bits which are split between port A and B on an interrupt hooked up to exti0. I *seem* to have the dma working and see the expected data at DMA completion (interrupt). However the DMA controller does not react to the interr...

VN.2 by Associate III
  • 384 Views
  • 5 replies
  • 0 kudos
Labels