STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in HAL for STM32F413 Tempsensor

Posted on September 14, 2017 at 08:26Hi,while getting the ADC Tempsensor of the STM32F413 to work, I noticed that the Reference Manual and the HAL declare different ADC-Channels for the Tempsensor on the STM32F413. Changing the channel in the HAL ma...

Stefan W by Associate II
  • 361 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX Nucleo H743 USB CDC Device not working

Posted on August 28, 2017 at 22:35I generated a new project selecting Nucleo H743 , set the RCC to 8Mhz and made sure that USB is clocked at 48Mhz just like I did on the F767. Unfortunately the device does not show up in the windows device manager.D...

jamann by Associate II
  • 628 Views
  • 2 replies
  • 0 kudos

Bootloader + Flash partitions

Posted on September 09, 2017 at 02:23Hi,I'm using STM32F469 which has quite a lot of flash space (2MB). I'm planning to place a bootloader to handle firmware upgrade and partitions the rest of the flash to store multiple firmware instances. Here are...