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

Hello Team, I would like to modify the clock of STm32h7b3-dk kit and make sure I get different frequency to run different tasks in FreeRTOS,

I would like to modify the clock of STm32h7b3-dk kit and make sure I get different frequency to run different tasks in FreeRTOS, I have checked SystemClock_Config() in main file and stm32h7xx_hal_rcc_ex.c and stm32h7xx_hal_rcc.c file . I would like t...

ANala.2 by Associate II
  • 1438 Views
  • 7 replies
  • 0 kudos

Cant get CAN bus working

I am trying to get CAN working on the stm32f0discovery. I have hooked up a transceiver on PB8 and PB9. I have written some basic code with the STM32Cube help. But I cant get transmitting or receiving working. I have probed the pins and I can see that...

CEnge.1 by Associate
  • 635 Views
  • 2 replies
  • 0 kudos

Resolved! Source code for STM32 bootloader?

Hi all,Is the source code of the bootloader (that is used to perform application programming over serial interface) available to download?The AN2606 says that "The bootloader is stored in the internal boot ROM memory (system memory) of STM32 devices....

abaldur by Associate III
  • 7326 Views
  • 15 replies
  • 0 kudos

Does the SPL is available for STM32G series?

Hello,I had been working with many controllers from the STM32F series, and I like the standard peripheral library support very much. Now, as the new G series comes with better options, rich in memories and other peripherals, I wanted to know whether ...