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

Master Assigning Unique IDs to Slave SPI Devices

Hi,I have successfully setup SPI between a master to many slave STM32F373s.  I include an 8 bit deviceID in the packet header and the master always initiates the request.I am looking for the best way for the master to assign unique device IDs.  I'm c...

LMorr.3 by Senior II
  • 632 Views
  • 2 replies
  • 0 kudos

CRC Calculation on STM32L072CZ

Hey STM32 Community, I'm currently working on a project involving the STM32L072CZ microcontroller and could use some guidance on CRC calculation procedures. Here's a rundown of what I'm trying to accomplish: I'm downloading a FOTA .bin file in 1024-b...

STM32H747i j-tag debugging

Hello everyone, I am currently working on the SMT32H747i_DISCO board and I was wondering if it is possible to use the Segger J-Link debugger on the Board. There is a j-tag pin out connected to the Dev board which suggests that it should be possible. ...

Resolved! RTC wake up time counter limit

In my app, I need MCU to go to stop mode and then wake up by RTC timer. I follow this RTC wake up example and manage to make MCU go to stop mode for a few seconds and then wake up. Because in my app, we want MCU to wake up once in a few hours instead...

HDaji.1 by Senior
  • 791 Views
  • 4 replies
  • 2 kudos

Resolved! FDCAN g431 doesn't filter

Hello, i'm testing FDCAN in my stm32g431 and it doesn't work well. Messeges goes throught it, even if ID doesn't match (TxHeader.Identifier = 0x102 shouldn't pass, but it does!) static void MX_FDCAN1_Init(void){hfdcan1.Instance = FDCAN1;hfdcan1.Init....

Tomuello by Associate II
  • 620 Views
  • 2 replies
  • 0 kudos

RTOS Survey

Bored Saturday, I was just curious who's using which RTOS:FreeRTOS (Hideous Hungarian HorroRTOS, where code is fugly and deficiencies are touted as features Azure/ThreadX (can't wait to see how Microsoft poisons this one RTX (any actual CubeMX suppor...

Resolved! Flash memory erase

I am using STM32L476RGT6. I am trying to read and write operation in the embedded flash memory. I am unable to erase the stored data in the embedded flash memory. I am following method to erase :FLASH_EraseInitTypeDef EraseInitStruct; HAL_FLASH_Unloc...

Labels