STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New FreeRTOS demo for STM32 Cortex-M4F

Posted on December 13, 2011 at 22:47Hi,Just a quick post if I may to highlight the new FreeRTOS STM32F407 Cortex-M4F demo, which is included as part of FreeRTOS V7.1.0 - released today:http://www.freertos.org/FreeRTOS-for-STM32F4xx-Cortex-M4F-IAR.ht...

nospam by Associate II
  • 1437 Views
  • 3 replies
  • 0 kudos

Leave DFU mode error

Posted on September 22, 2011 at 10:57Hi all,       I am using DfuSe demo (v3.0.0) to communicate with the board STM3220G-eval. I am willing to test, understand and confirm the leave DFU sequence.      So I press the button ''Leave DFU Mode'' on the...

niraj by Associate
  • 1522 Views
  • 2 replies
  • 0 kudos

USB HID and bulk transfer

Posted on November 12, 2011 at 14:13HelloI am editing Custom HID example (with LEDs and buttons). I extended max frame length to 32B. There is implemented control and interrupt transfer. This causes maksimum transfer can be only up to 64kB/s. Is pos...

lprymula by Associate
  • 3503 Views
  • 4 replies
  • 0 kudos

Maxium data rate across Virtual Com Port

Posted on October 25, 2011 at 20:54Hi all, I am am currently working on a system whereby we would like to stream event generated data at rates of 100Mbit/s+ across the usb to a debug terminal on the host. We are using the STM32F207 device and its H...

gareth2 by Associate II
  • 2384 Views
  • 5 replies
  • 0 kudos

USB DEbug

Posted on October 21, 2011 at 19:09I have successfully detected the microcontroller in the computer but my program and application are not transmitting data through usb. How do i debug the usb connection? I would be happy if someone would help me pr...

disabled swd debuging

Posted on August 04, 2011 at 00:30Hi,i used to program my stm32 discovery board via usb cable using SWD. I used some example code and i think i disabled SWD debugging accidently. Now i cant enable it back, the Keil software i use says that no target...

USB Virtual ComPort Example

Posted on October 03, 2011 at 20:38Hello, I have been searching without success to find an example of the STM32 Virtual Comport that shows how to receive data from the PC. I am coming from an 8051 background so the use of the legacy COM port will he...