STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to get peripheral clock programmatically?

Hello,I have a generic function for the timer configuration. The time base address is an input parameter to this function. I'm looking for a way to get the timer clock so that I can set the timer prescaler. How can I do that with HAL?I guess I need t...

GregB by Associate II
  • 1414 Views
  • 3 replies
  • 0 kudos

Boot app code from external memory OSPI/QSPI ???

Hello!I'am playing with the STM32H7B3-DK and I have successfully bring up the board and run a custom gui:The GUI assets are loaded in the external OSPI and the dual framebuffer is placed in the the external SDRAM.Now I'am interested in loading also t...

PLago.2 by Associate II
  • 1161 Views
  • 3 replies
  • 0 kudos

I2C bootloader for STM32Lxx

Hello, I've been looking at two MCUs in particular (STM32L010C6 and STM32L100C6). According to the AN2606 application note, they should support I2C flashing, but the product page only mentions USART and SPI. Which one is the correct answer?Thanks!

NTzov.1 by Associate
  • 450 Views
  • 1 replies
  • 0 kudos

NVIC_SystemReset fails

Hi,I’m using STM32f767zi with FreeRTOS kernel. I have two task:1- one of them are triggered by task notifications from interrupt every 100ms and receives some data through TCP.2- the other task is taking some requests from PC.Now, if task-2 do system...