STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

more time before WWDG activation

Hi,I use WWDG for my project.That work great in error case but i have some spontaneous activation.How can i configure WWDG to have a higher period?here my init,i'm i write to take WWDG_PRESCALER_8 instead of WWDG_PRESCALER_1?/** * @brief WWDG Initi...

MMath.10 by Associate II
  • 266 Views
  • 0 replies
  • 0 kudos

Strange padding in the .data section of the .elf file

I'm currently writing a program on STM32F411 that uses a simple bootloader and two sub-applications. The sub-applications are located in the flash memory and the bootloader loads one of them (both code and data) into the RAM memory and then starts ex...

Szymon M by Associate II
  • 1642 Views
  • 8 replies
  • 0 kudos

I would like to do an absolute minimum bare bones project. Could someone direct me to a C project that just shows how to make a port input or output, and how to toggle the port high and low?

I've got a MCBSTM32F400 development board. Every "getting started" thing I've found (blinky, for example) has like 900 files in the project, and 150,000 lines of code. This is so disheartening. I got into microcontrollers because of their simplici...

MHolm by Associate II
  • 2303 Views
  • 28 replies
  • 0 kudos

Connecting DAC to OPAMP in STM32F303K8

I'm curious if there is any way to configure the STM32F303K8 such that the OPAMP is driven by an internal signal, preferably one of the DACs.I'd like to use it as a headphone amplifier or an amplifier for a tiny speaker, but not sure if it's appropri...