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! 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
  • 191 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...

STM32L433 Wakeup from Stop only on Wakeup Pin 2

In my application i desire to use the STOP2 Mode in a certain condition to save power. Currently i want to implement a wakeup through a "HIGH" on Wakeup Pin 2 of the MCU. Later i want to implement also a periodic wakeup per RTC. But for now, i want o...

Using .extSettings file

In the help document concerning .extSettings file the information is unclear.As I read it the Groups section is supposed to create/add directories and files.It does not. I have generated the project for SystemWorkbench and EWarm. I downloaded a test ...

Labels