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! Is there any problem when boot0 pin is floating?

Unfortunately, I wrongly designed the PCB board So, the boot0 pin is currently floating (no connectable evenif temporaliy because of BGA pin layout).I'm getting trouble with programming. So, I want to know whether the programming error is happening d...

KKIM.6 by Senior
  • 836 Views
  • 8 replies
  • 0 kudos

STM32H7 WWDG expires during Flash Erase

I have been stuck on a tricky little issue for some time now.Using an STM32H753, on a reasonably large and complex application, when trying to erase the upper flash bank, the watchdog expires resetting the chip!My suspicion is that the CPU is stallin...

ADunc.1 by Senior
  • 1647 Views
  • 4 replies
  • 0 kudos

ADC differences at an STM32F071V8Tx

Hi, we use 12 ADC channels to measure temperatures in a smart home project. The system clock of the STM32F071V8Tx is configured at 48 MHz. Due to the slow temperature curve, we use the longest sampling time. We have taken a conversion table from a da...

albreco_0-1708966365820.png
albreco by Associate
  • 310 Views
  • 1 replies
  • 0 kudos

EEProm library clean time

I was reading the documentation from: https://www.st.com/en/embedded-software/x-cube-eeprom.html#documentationabout the eeprom lib. Concerning the cleanup time, I don't follow where the number comes from. I am using an L4 and there was only one examp...

dsauter_0-1708650884906.png
dsauter by Associate
  • 508 Views
  • 4 replies
  • 1 kudos

ADC_HandleTypeDef* h & (h = &hadc1)

Hi I come across an ADC code as below, could anyone advise whats the meaning of pointer *h in the function argument and whats (h = &hadc1) do inside the callback function ?main(void){ HAL_ADC_Start_IT(&hadc1); ... while (1) { if (adc_valid ...

Resolved! TFT Screen Library in STM32CubeIDE.

Dear Experts,I have 4 inch RPI LCD 480x320 SPI based on the ILI9486 display driver. Like inside ArduinoIDE, there is a Library manager where we can find so many TFT-LCD libraries with STM32 board support, Is there a common place to find libraries for...

YashJ by Associate III
  • 1617 Views
  • 4 replies
  • 0 kudos
Labels