STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Feed Driver

Posted on May 25, 2015 at 02:40For those who want a quick start your USB device on the STM32 I want to offer my solutionhttps://github.com/JohnMcLaren/USBFeedDriver Simplicity + versatility If you have any questions, ask me. #usb-driver-armv7cm3-...

STM32Cube bugs?

Posted on April 19, 2014 at 14:27I started using the STM32Cube using for now the STM32F401 discovery board and Keil software. I like the setup very much as it can make initialization a breeze. However I have a few comments(bugs?). - If I use the FRE...

Fatfs write problem

Posted on May 21, 2015 at 17:59HelloI use STM3210e-eval.I want to implement Fatfs for the SDcard (using SDIO interface)Thats work !I can create a file or a directory, read a file, write in the file, delete file, rename file.the problem is that: when...

Custom bootloader for STM32F407XX

Posted on May 21, 2015 at 11:03I am new to this. May I know how to develop custom bootloader for STM32F407xx? Is there any sample code exists or any document exists which helps me in developing custom bootloader for STM32F407xx? #custom-bootloade...

smanjula by Associate
  • 338 Views
  • 2 replies
  • 0 kudos

HAL_I2C_Slave_Receive_IT Abort

Posted on May 21, 2015 at 13:08Hello,I'm using the CubeMXF1 Library for the STM32F103 to act as a I2C slave. This slave is usually in Slave Receive Mode. The I2C master is signaled trough a interrupt pin that the slave wants to send something. How c...

joppe by Associate
  • 364 Views
  • 0 replies
  • 0 kudos

Lwip send udp packets larger than MTU

Posted on May 16, 2015 at 15:27Dear Forum,I bring forth a probably trivial question yet I'm uncertain how to approach it.Using ST STM32F427, RTOS, lwip and sending data over UDP, If I try to send data small than the MTU: e.g: netbuf_ref(buf, dataPoi...

ariel2 by Associate II
  • 486 Views
  • 1 replies
  • 0 kudos

let device detect, if USB host is powered up

Posted on May 19, 2015 at 23:43My STM32F103 USB-HID device needs to know, if the host it is connected to is either powered on (S0) or in S3 (STR), S4 (STD) or S5 (SoftOff). How does it detect this reliably? I am using the STM32_USB-FS-Device_Lib_V4....

j2399 by Associate II
  • 205 Views
  • 0 replies
  • 0 kudos