STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is ETH MAC endianness?

Posted on December 08, 2012 at 22:19Subject says it all. Just for clarity if length of my frame is 1024 bytes what should I put into tx buffer:  0x1000(Big Endian) or 0x0010(Little Endian)? I do know that ethernet itself is BE and MCU is LE, so does...

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

Update file on FAT SF on the fly

Posted on December 04, 2012 at 12:50Sorry for the trivial question but I need to add some data to a text file on the fly.Each time I need to open an existing file and add a line of text to it then close (to avoid data loss on power off)I'm new to a ...

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
  • 481 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
  • 295 Views
  • 2 replies
  • 0 kudos