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

Dual UARTs Problem

Posted on April 21, 2012 at 08:27Hi Everyone, I have developed a program on STM3210E-Eval, in which I have configured both USART1 and USART2 to send data on their respective interrupts. Unfortunately only USART2 is sending data. UART1 is not sending...

SRAM with less adress bits - STM32F407IG

Posted on April 18, 2012 at 19:25Hello,I'm developing a data acquisition system for a Formula SAE team and the electronic module that I'm designing has a FPGA to acquire multiple digital signals in parallel.The ideia to read the data stored in the F...

netogodoy by Associate II
  • 1650 Views
  • 13 replies
  • 0 kudos

Detailed Manuel to USB_Device_Examples

Posted on April 12, 2012 at 10:13Hello there, i have downloaded the ''STM32_USB-Host-Device_Lib_V2.1.0'' library, installed the VCP driver and the VCP USB_Device_Example works on the MCBSTM32C board ''out-of-the-box''. Great thing at this point! As...

Systick Calibration

Posted on April 19, 2012 at 14:29Hi, I want to generate 10ms systick. According to the example code provide with the StdPeriph_Lib_V3.5.0 i.e. \Project\STM32F10x_StdPeriph_Examples\SysTick\TimeBase, the systick of 1ms can be easily generated by the ...