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

Using internal flash memory as FatFs drive

Posted on February 13, 2015 at 13:56 I'm trying to make internal flash on STM32F051xx to be seen as a drive. This is the code on the top level: char USER_Path[4]; /* USER logical drive path */ FATFS USER_FatFs; /* File syste...

dscdsc by Senior
  • 2070 Views
  • 5 replies
  • 1 kudos

Ethernet Over USB

Posted on June 27, 2013 at 20:14Has anyone seen any code to do Ethernet Over USB from an STM32? I'm looking for something similar to how the BeagleBone boards work. When you plug their USB into Windows (and have the right drivers) they show up as a ...

CMSIS SPI Driver wait forever in SendData function

Posted on February 11, 2014 at 14:00 Hi all, I'm trying to use the SPI interface on a STM32F207 with CMSIS. Below you my sample code can be seen. The problem there is that within the function drv_Info->SendData(...) the function wait...

b_ by Associate II
  • 1119 Views
  • 5 replies
  • 0 kudos

stm32f103c8 spl can, no tx impulse

Posted on February 11, 2015 at 07:01 Please, help me, i cant start CAN for a week. I use stm32f103c8 + mcp2551, connected to car can bus. Receiving is working, i got packets in irq. But transmit is always pending. All mail boxes becomes pendi...

aneox by Associate
  • 529 Views
  • 1 replies
  • 0 kudos

DFU updater for Android

Posted on December 24, 2013 at 18:15I am working on a project that involves an STM32 processor plugged into an Android tablet, communicating over USB. I will eventually want to upgrade the processor's software. I have used dfu-util before on Linux, ...

DFUSE possible bug and workaround

Posted on April 25, 2013 at 21:39Hi.I've recently ported the dfu-util for the Android (Gingerbread).Since we erase the chips entirely at the beginning of every target programming, it takes some time to execute the ERASE command (by the way, I could ...

vadim by Associate
  • 562 Views
  • 2 replies
  • 0 kudos

STDFU.dll programming examples

Posted on October 02, 2012 at 00:51I've been trying to write an application in C♯/.Net to upload a generated DFU image to an STM32. I have examined the dfuSe example, however I am having problems with the STDFUFiles and STDFUPRT projects.  I'm unabl...

erich2 by Associate
  • 1075 Views
  • 2 replies
  • 0 kudos

FafFs for SPI NOR FLASH

Posted on February 04, 2015 at 14:14Hi All, I'm developing an application with STM32F407, and I add an SPI NOR FLASH to the project. I would like to ''mount'' a FatFs on the flash for logging state machine, configurations files and other files. I wa...

davide2 by Associate
  • 421 Views
  • 1 replies
  • 0 kudos

STM32F0 CAN with STM32Cube HAL

Posted on February 02, 2015 at 13:35Help me, please. I've got STM32F042K6T6. I generated project for IAR with STM32Cube. I need use CAN-BUS in my device but i can't, cause it doesn't work. I have CAN transmission in Infinite loop with 100ms delay. F...

serkodog by Associate II
  • 3603 Views
  • 15 replies
  • 0 kudos