STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 uKeil USB HID (Keyboard)

Posted on December 20, 2012 at 22:45Hello, I need connect keyboard (USB HID) to my STM32F4 discovery kit via uKeil. Can someone help me with this? I havent experience with programing this 32Bit, i switched from Atmega8 to this ARM. For any advice I ...

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
  • 435 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
  • 427 Views
  • 4 replies
  • 0 kudos