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

USB CDC Device_Only, re-connect port

Posted on November 05, 2017 at 15:14I'm using STM32F407 Discovery-1, I use USB CDC to send and receive data from terminal. Everything ok but issue that I need re-connect port to transmit and receive data, but i remember that when i used STM32F407 Di...

tan loi by Associate II
  • 307 Views
  • 0 replies
  • 0 kudos

Problem bypassing data from one UART to another?

Posted on November 04, 2017 at 20:14MCU: STM32F777II, running at 64MHzSource UART: UART4 (DMA Stream configured on both RX,TX), Baud Rate: 9600Destination UART: UART8 (DMA Stream configured only for RX), Baud Rate: 9600I need to bypass data coming o...

STM32F7 SPI HAL Driver very slow

Posted on November 03, 2017 at 16:43Hi, I am using Keil and STM32F769I-Eval board.I try to readout a sensor with an external ADC (AD7980). The signal I try to convert runs with 200kHz.I generate with a timer every 5us an interrupt. With the interrup...

0690X00000608p6QAA.png

KEIL debug issues with STM32F030F4P6

Posted on November 02, 2017 at 22:28 I am having some debugging issues with Keil uVision5 eval (free) version. Now the STM32F030F4P6 has 16K bytes, and when I compile my program, it is approaching the memory limits. Below is the code size: Progra...

Vu.Andy by Associate III
  • 3101 Views
  • 25 replies
  • 0 kudos

UART Help

Posted on November 03, 2017 at 06:51Hello,I am using an STM 32 F401 Nucleo and i want to send numbers from PC via UART.For example I need to set the frequency and amplitude.Can some one help me to provide the code?Thank you in advance.

DMA triggering via Timer(Input capture mode)

Posted on November 04, 2017 at 11:17I want to transfer some data between two microcontrollers via 16 lines of data and one clk line.(Based on STM Application note AN4666 ''Parallel synchronous transmition using GPIO and DMA'').I use two STM32f407 fo...

0690X00000604CAQAY.jpg

stm32f0 uart1 rx interrupt problem

Posted on November 04, 2017 at 11:50helloI have stm32f030f4p6 Microcontroller and using iar Compiler , library cmsis , After confige Uart1 the RXNE , FE and CMF bits return 1 whereas not recieve or send was done if I dont set RXNE bit to 0 thats Stu...