STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

Deepu joy by Associate II
  • 1051 Views
  • 1 replies
  • 0 kudos

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! 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
  • 1351 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 su...

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...