STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to make DAC hold stable output voltage

I am testing OPAMP_PGA example code.Here is the DAC config code: /** DAC channel OUT1 config */ sConfig.DAC_HighFrequency = DAC_HIGH_FREQUENCY_INTERFACE_MODE_AUTOMATIC; sConfig.DAC_DMADoubleDataMode = DISABLE; sConfig.DAC_SignedFormat = DISA...

0693W00000GWf1rQAD.jpg
HDaji.1 by Senior
  • 787 Views
  • 1 replies
  • 0 kudos

iOS app: will not work with STWINKT1B

I wanted to make sure the dev board I received would work before the webinar, but unfortunately I have not been able to reproduce the steps as seen on the YouTube tutorial. It seems like the iOS app is out of date according to attached screenshot.

Resolved! Buffering in STM32F4 uC for UART

I recently got my STM32F407VG uC working with UART4. I can receive a byte and send a byte. Though I have been reading on how to acquire more than one byte at a time. It seems as though people like to use DMA. I am perfectly okay with polling for my e...

JCorl.1 by Senior
  • 7315 Views
  • 6 replies
  • 0 kudos

OC1M set active/inactive on match immediatly changes output

In the capture/compare ISR, I want to program the next CCR1 value and the associated action: to change the output to active or inactive when CNT matches CCR1. For this I need to set TIM1_CCMR1 OC1M to 0001 or 0010. However, as soon as I program OC1M ...

Svan .41 by Associate II
  • 2153 Views
  • 10 replies
  • 0 kudos

how to use ADC with DMA in HRTIM

i'm trying to take AD value with DMA when HRTIM TIMER A counter is equal to periodI tried using TIMER B and set to call interrupt when its counter is equal to period (TIMERA and TIMERB setting is equal)but when i checked with Oscilloscope it sh...

Isari.2 by Associate
  • 430 Views
  • 0 replies
  • 0 kudos