STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Send multi-packet data with USB Host library

Posted on December 02, 2015 at 18:22Hi, I'm using the STM32F407 with USB Host library, in high-speed. I want to communicate via USB with a smartphone. When i send a packet of 64 bytes everything works. If I send a packet, for example, of 94 bytes, t...

vlr by Associate II
  • 149 Views
  • 1 replies
  • 0 kudos

STM32f4 discorvery, fatfs, SD card problem

Posted on March 29, 2018 at 15:54Hi all,I'm working on getting a discovery board working with an SD card. I'm using CubeMx v4.25.0 with package v1.21.0.Hardware connection is validated and is correct. I run into a problem when I try to open a file. ...

JOK K by Associate
  • 215 Views
  • 5 replies
  • 0 kudos

Trying STM32f407 DFU. no luck

Posted on April 25, 2018 at 07:29Hello! I'm trying to get DFU works on our customized board.I tried to use internal DFU Bootloader, using BOOT0, BOOT1 pinsI connected some pins and made BOOT0  HIGH, BOOT1 LOW and plugged in USB Cable, No Luck!Comput...

How to enable USB HHID mouse external feature..?

Posted on April 25, 2018 at 06:340https://electronics.stackexchange.com/questions/370577/how-to-enable-usb-hhid-mouse-external-feature i am using this product Smart Cat PRO MOUSE(GP415U-5321), i am attached to my STM32 evaluation board. Normal opera...

Jesu by Associate II
  • 97 Views
  • 0 replies
  • 0 kudos

Ethernet Rx Interrupt Issue on STM32F4

Posted on April 24, 2018 at 03:32I am currently using a STM32F407 board, with ethernet enabled in Interrupt mode, for the most part it works fine for UDP , I have the STM communicating to a another device via UDP using a switch, and in response to t...

HAL_ppp_MspInit in library project

Posted on April 24, 2018 at 15:00Hi guys,I've just started working on an ST32F4 mcu, with the ST32F429I DISCOVERY demo board.Just one question about HAL_ppp_MspInit() functions: can they be implemented in a source file of a library project?I've trie...

stm32 hal library warning with C++14

Posted on November 30, 2017 at 23:33Hi all,I am using stm32 HAL library in a project with C++14 enabled. It issues me the following warning which I can't get rid of.../platform/stm32/l4/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:735:57:warning: co...