STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer triggering DMA

Morning everyone,I'm trying to reconfigure a timer configuration that generates dma requests.The DMA request, moves data from the GPIO pins to memory, so peripheral to memory. Currently I have two timers cascaded, the one(being timer 8 is fed with an...

con3 by Senior
  • 4698 Views
  • 10 replies
  • 1 kudos

looking for a suitable uC

Posted on July 16, 2018 at 16:43Hello Dear Forum members,i am looking for a microcontroller which has capability to input capture(very low speed PWM signal) up to 10 signals. I want to measure number of pulses and period of these pulses.I was lookin...

VCC-GND STM32F407VET6 Mini Board

Posted on August 22, 2016 at 21:12 Posting some resources for this neat little breakout board from https://vcc-gnd.world.taobao.com/, also available in an STM32F103VET6 model, the schematic is one for a slightly older F103 variant. ...

0690X00000603BaQAI.jpg 0690X00000603BfQAI.jpg

Nucleo-L4R5ZI USB CDC

Dear All,I would like to ask how to manage USB CDC on the nucleo-l4r5zi board. I would like to send data from a uC to the PC via USB.The main function looks like that:int main(void){ HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_USB_DEVICE_Ini...

mike by Associate
  • 476 Views
  • 1 replies
  • 0 kudos

Resolved! My Nucleo-L152Re not connected by USART2 to PuTTY

Hello!​I try to print message from my Nucleo-L152RE board by USART2 to PuTTY, but see only black screen without symbols. On other side, my Windows 10 see Virtual COM and I can to burn the code to Nucleo board from EWARM​. What I must to do to solve ...

Max75 by Associate II
  • 2273 Views
  • 8 replies
  • 0 kudos

Compiling error.

Hi.Have you ever compile code with error: More than one section matches selector - cannot all be FIRST/LAST.I searching on google I see that the error because when appear two file same startup_stm32f746xx.s in Startup file and Divice File. I'm delete...

How to Trigger TIM2 via TIM3?

Hi. I'm reading Incremental Optic encoder with Timer3. The counter value is 4095 when the encoder rotates one turn. My goal is to produce pulses from 0-25ms through another timer when the Encoder turns half a turn. In order to do this, I am trying t...