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

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

Resolved! STM32F100 PWM signal on PC6, setup question

Hi Firstly, sadly I can not change to HAL as I don't have time to port this all across right now for this project dealine. I am trying to setup a PWM signal on PC6 on the STM32F100, I am pretty sure I need to set it as an alternat function but I have...

TDuck.1 by Associate II
  • 3779 Views
  • 6 replies
  • 0 kudos