STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeRTOS STM32F2xx port

Posted on November 28, 2012 at 16:01Hi,I'm trying to run FreeRTOS in my STM32F2xx application built with yagarto.Does anyone have a working reference project for such case?Actually I manage to build it but is tuck somewhere in scheduler. I'm not sur...

dimax by Senior
  • 423 Views
  • 4 replies
  • 0 kudos

STM32F4discovery hight speed USB

Posted on November 30, 2012 at 05:15Hi:       I am using the USB part of  audio playback sample code of STM32F4 discovery. In waverecorder.c I customized the recorder_update() function. I think it stores data at the rate of 12Mbps in USB. M i right?...

its by Associate II
  • 244 Views
  • 2 replies
  • 0 kudos

stm32f107 ethernet tcp or udp

Posted on August 21, 2012 at 10:15hi, i am using stm32f107vc.. for ethernet programming which one is good? TCP or UDP... i just use the ethernet communication for transferring sensor data..i am new to ethernet and stm32f107...i am using dp83848... i...

DMA TX buffers for MAC

Posted on November 25, 2012 at 02:41Why application needs to copy ethernet frame to the TX buffer first and then DMA will move it to the MAC fifo? Why is it bad idea to set up DMA to read the frame directly from application? Just want to know the re...

brberie by Associate II
  • 333 Views
  • 2 replies
  • 0 kudos

STM3210C EVAL

Posted on November 12, 2012 at 15:16Hello, I use STM3210C-EVAL board. I have to copy the files from the SD card to a USB wih the format FAT. Is there someone who can help me? Thanks in advance. #stm3210c-eval #fatfs #sdcard-fatfs #f_mount-sdcard ...