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

Can you send a message over UART in a callback function?

I am implementing the conversion complete callback function for the ADC and am trying to send a message over UART when this completes. However, it does not seem to want to work. I have independently verified that both the callback function is being c...

JAlle.2 by Associate II
  • 329 Views
  • 0 replies
  • 0 kudos

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
  • 986 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
  • 1221 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
  • 597 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
  • 801 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
  • 1636 Views
  • 7 replies
  • 0 kudos