STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What special requirements does ST-LINK_gdbserver place on an external flash loader? My loader works with ST-Link Utility, STM32CubeProgrammer, but not ST-LINK_gdbserver.

I've written an External Flash Loader and successfully tested erase, read, and write functionality first in my own firmware, then with ST-Link Utility v4.5.0, and also with STMCubeProgrammer v2.6.0.However, when I try to use it to debug with TrueStud...

How to change channel of TSC?

Hello Everyone!I have thoroughly understood touch sense controller peripheral of STM32F051C8T6, I have also developed a test code using the HAL layer and is working file and detecting touch (i.e. is count value decreasing when finger comes near elect...

Resolved! How to PWM with repetition with STM32 timers

HelloI am basically designing an interrupter for plasma arc speaker. I have a small signal amplifier which I connect to STM32F746 and perform FFT to determine which note was played. Whole process takes about 2ms. My transformer works with 25khz. I wa...

0693W000005Cy92QAC.png
hashtala by Associate II
  • 629 Views
  • 2 replies
  • 0 kudos

Resolved! Problem with include

Hello, I'm having troubles with a library in CI've made a library named "LedControl" divided in "LedControl.h" and "LedControl.c"So far the header file is like this:#ifndef SRC_CUST_LEDCONTROL_H_ #define SRC_CUST_LEDCONTROL_H_         #define LC_POIN...

BBori.1 by Associate II
  • 547 Views
  • 2 replies
  • 0 kudos

Resolved! How to control main while loop using EOC flag of ADC in continuos mode? Apparently ADC_SAMPLETIME_**** is not affecting ADC sampling time

For a given application I am trying to control the main loop speed thorugh the ADC sampling rate. My objective is targeting a fast embedded control application so I plan to go in the 100kHz-10MHz range (yes, I am aware of the STM32H7 limitations for ...

CGuar.1 by Associate
  • 430 Views
  • 1 replies
  • 0 kudos

DMA USART callback function

Hello,Stm32 F401RE Hal Library 2016 Works.Stm32 F401RE Hal Library 2017(last version) DOESNT Works.For Test purpose only I use USART DMA Send function. Main.C is like that...Also This StMicroelectrincs youtube vide work 2016 HAL Library but it doesn...

ADC with DMA and timer

Hellomy MCU stm32f411ceuI am using ADC with DMA and timer. I am sampling signal at 48 khz using TIM2. It means that every 21 us there is a new measurement. My ADCCKL taking into account prescaler is 6 Mhz. The bit resolution is 12 bits. If i my samp...

KD�?b by Associate II
  • 420 Views
  • 1 replies
  • 0 kudos