STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Refinement about DMA

Posted on February 28, 2018 at 12:55I have a few misunderstandings about DMA, so I need some help. I setup DMA to copy from GPIO IDR (without inc) to sram (with inc), it triggered from Timer (Free Running, Overflow event).In the case of algorithm li...

Roman K by Associate II
  • 415 Views
  • 10 replies
  • 0 kudos

STM32L431VCT6

Posted on March 01, 2018 at 12:34Dear Sir,We are using STM32L431VCT6 in our design.I want to know how to configure USART to UART ?

srr r by Associate II
  • 160 Views
  • 3 replies
  • 0 kudos

ADC triggering with timers and using DMA

Posted on February 28, 2018 at 14:56Hi everyone,I need to control the ADC in a STM32F769 MCU to take a bunch of samples after a period of time (this acquisition is repeated over time). My idea is to use one timer as a counter and as master controlle...

STM32F0 PWM output is being periodically disabled

Posted on March 01, 2018 at 15:00HiI'm using an STM32F051K6 microcontroller and I've written code to generate a PWM signal with a 2ms period and a variable (10% to 90%) duty cycle. The generated PWM signal is correct but I've noticed that, over a 7....

spi EEPROM ?

Posted on March 01, 2018 at 13:28HI,i have writing data to DR register after that in DR register shows 0xFFaddr=0x000080; addrHigh1 = ((addr & 0xFFFFFF)>>16); addrHigh2 = ((addr & 0xFFFFFF )>>8); addrHigh3 = (addr & 0xFFFFFF); wrenInstruction = WREN...