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

SD driver for STM3210C eval using FatFs

Posted on January 17, 2013 at 10:23Hi guys, I'm working for the first time on a STM3210C eval. I have to store files on the SD card included in the STM card. So I added FatFs to my project. As FatFs is platform independant, I have to find a compatib...

Accessing ST Dfuse DLL with C#

Posted on April 12, 2012 at 10:26To integrate firmware update functionality into a custom c♯ application I start to use ST Dfuse dll from c♯. I managed to enumerate and identify the device (UM0392 - 3.1 and 3.2) but now get stucked  while trying to ...

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

Hard Fault with FreeRTOS+FatFS on STM32

Posted on December 08, 2012 at 20:25Hi all.I have never really been the RTOS guy but I have decided to give it a try now, especially because of the need of a proper IP stack with Socket integration.So I decided to get the FreeRTOS example with the l...