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! HAL_CAN_Init returning an error

I'm getting started with the CAN controller on the STM32F105. One of the first issues I'm running into is that the HAL_CAN_Init() function returns an error. It seems to time out while waiting for CAN_MSR_SLAK to be cleared. Where can I find more info...

GEsch.1 by Associate
  • 929 Views
  • 3 replies
  • 0 kudos

Resolved! HAL Flash Sector Erase Fails in STM32F767

I am implementing a custom bootloader for STM32F767 controller. Bootloader and application are in different sectors and on an update bootloader erases the application's sector and writes a new one. This works well, but sometimes the bootloader fails ...

AShar.9 by Associate II
  • 1166 Views
  • 4 replies
  • 0 kudos

JTAG chain

I design new design with 4 STM32 MCUs, if I daisy chain all together, Can I debug two MCUs at the same time?from your expirience what the maximum clock with 4 MCUsDo I need to add clock buffer on the TCK ?

IMor.1 by Associate II
  • 566 Views
  • 1 replies
  • 0 kudos

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
  • 744 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
  • 1561 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
  • 508 Views
  • 0 replies
  • 0 kudos