STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f0xx_hal_can.c HAL CAN driver bug.

I use hal can modul for STM32F091 MCU. The generated code in the function HAL_CAN_Init (HAL_StatusTypeDef HAL_CAN_Init(CAN_HandleTypeDef *hcan)) try to wake up CAN module from sleep to initialize mode by CLEAR_BIT(hcan->Instance->MCR, CAN_MCR_SLEEP)....

Beppo7 by Associate
  • 575 Views
  • 3 replies
  • 0 kudos

Azure RTOS and STM32

Based on the link below, Azure RTOS will be free for some STM32 Microcontrollers. What microcontrollers would be?https://azure.microsoft.com/en-us/pricing/details/rtos/

Asantos by Senior
  • 1322 Views
  • 7 replies
  • 0 kudos

STM32G070RB flash pages erase and write problem

Hi,I am trying to save some device specific configuration in one of the page of flash memory but it gives HAL_FLASH_ERROR_PGA error.I have tried running Cube repository example code but found same problem.If I skip (just for test) erase page then it...

K_K by Associate III
  • 391 Views
  • 0 replies
  • 0 kudos