STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L051K6U6 comp1 can not be used?

Posted on October 10, 2017 at 05:27I configured comp1 with stm32cubemx, but I can not configure the COMP1 register, using COMP1-> CSR = 0x11; the value of COMP1_CSR is still zero.WHY?

tt yy by Associate
  • 363 Views
  • 1 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
  • 2182 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
  • 3057 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...

Does the ADC conversion time need to be shorter than the timer interrupt if the ADC is driven by a timer interrupt?

I am driving ADC1 using the timer interrupt from TIM2. At the moment it is only converting one channel at certain intervals. The ADC is set up with the following:ABP2 peripheral clock = 84 MHzPCLK2 divided by 8Timer 2 trigger out event as sourceSampl...

0690X0000087u4oQAA.png 0690X0000087u4eQAA.png