STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 225 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...

Mixing HAL and LL for STM32F446

Posted on April 22, 2018 at 14:39Hi there!I have a bit of code, which was initialized using CubeMX and now I want to use a mix of HAL and LL (use LL for transmitting, use HAL for everything else). Currently I have tried to generate CubeMX code and j...