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

STM32L073CBT6 deep sleep

Hi, I am using STM32L073CBT6. I want my MCU go to the deep sleep and wakeup by internal RTC and one of my GPIO pin. I already read the datasheet but a little bit messy. Im using 16Mhz cpu clock, 8Mhz for LPUART ABP1 clock, 1.Right now, Im stuck on se...

Dprom by Associate II
  • 271 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F030C8Tx was a hard fault when using SPI (HAL)

Hi everyone,My name is Chinh, I am working on stm32f030c8t6 for my project. I am using SPI1 to interface with an RF module. This program run very good when I implement on stm32f103c8t6, to save money I decide to switch to stm32f0 which have a lower c...

Hi, i got question about saving multiplies values of reading in function I2C. I got sensors that needs 6 bytes to read before moving to next 6 bytes of data, so i need to save those 6 bytes in array. How to save those data in array? (in my case buffer)

HAL_I2C_Mem_Read(&hi2c1, MAX_READ, FIFO_DATA_REGISTER , I2C_MEMADD_SIZE_8BIT, &buffer, 6 , HAL_MAX_DELAY); while((HAL_I2C_IsDeviceReady(&hi2c1, MAX_READ, 1 , HAL_MAX_DELAY)) != HAL_OK);

KSlav by Associate
  • 266 Views
  • 1 replies
  • 0 kudos

Resolved! ubuntu install of STM32CubeProgrammer not working

Hi I am trying to install STM32CubeProgrammer on Ubuntu 18.04.1 LTS. It apparently installs OK and places an icon on the desktop. When I start the app., a dialog with "You are using OpenJDK, please Install OpenJFX Debian: sudo apt-get install openjfx...