STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f3 DISCOVERY ADC DMA INT PROBLEM

Posted on October 31, 2014 at 12:51 Hi, i have a problem with the dma adc conversion, the values ​​of the conversion are correct but the interrupt is called only once. I would like to get an ongoing conversion. main.c /* Inclu...

Damiano by Associate II
  • 621 Views
  • 3 replies
  • 0 kudos

LdrEx, StrEx, ClrEx synchronization mechanism.

Posted on March 02, 2016 at 02:16 Hello everybody. I can't understand the   LdrEx, StrEx, ClrEx  synchronization mechanism. Error in documentation? Let's look at the:     PM0056 Programming Manual.    STM32F10xxx/20xxx/21xxx/L1xxxx    Cortex-M3 ...

renon by Associate
  • 787 Views
  • 1 replies
  • 0 kudos

ADC do not generate interrupts

Posted on February 29, 2016 at 18:27Hello, I programmed ADC strictly through HAL. Dual injected simultaneously mode, three conversions, triggered by HRTIM. Initialization was generated CubeMX. Was been started through sequence HAL_ADCEx_InjectedStar...

I2S on STM32F0

Posted on March 01, 2016 at 19:56So I am trying to output an I2S signal from a STM32F0 but although I believe I am initializing the peripheral correctly I am not getting any signal on the pins. I believe I am enabling the appropriate clocks and have...

luke2 by Associate II
  • 525 Views
  • 1 replies
  • 0 kudos

Position acquisition

Posted on February 29, 2016 at 21:51Hi.Is there some technique (maybe some kind of MEMS) to determine relative position with 1mm precision in 2 m range? For example moving sensor is located on my palm and the reference point is located on my chest o...

baev_al by Associate III
  • 561 Views
  • 2 replies
  • 0 kudos

Jump to Bootloader in STM32 through User Flash Memory i.e using Boot 0 and Boot 1 Pins in Boot mode from User Flash memory

Posted on November 13, 2014 at 08:13I have a requirement for firmware upgrade. I am planning to use USB DFU class. But command for firmware upgrade will come from PC application in my case . so i need to switch to bootloader which is there in System...