STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to send ping messages from STM32F4XX ?

Posted on March 17, 2018 at 15:33Hi all,I have my own STM32F407 board and the project was generated with CubeMX + FreeRTOS + LWIP.It works quite well, but I have one problem that I cannot send a ping message from this stm32 board.Receiving and respo...

usbh hid custom device issues

Posted on August 09, 2016 at 06:36 Hello, I am trying to get a custom HID device to work on my STM32F429ZI board using the USB Host driver from the latest CubeMX for F4. I have successfully received boot mode keyboard data with this driver. ...

jhgorse by Associate III
  • 1628 Views
  • 8 replies
  • 0 kudos

STM32 CubeMX Problem with updates

Posted on March 05, 2018 at 09:33Hi,when i opened the STM32CubeMX than it starts to search an update.After a while i receive the following Message: 'Error downloading the following File: mcusdocs.json'.Can anybody help me?#stm32-stm32cube

DMA Interrupt is not triggered

Posted on April 29, 2018 at 20:44Hello Community,I just getting started with STM32 and Hal Library. For one project i would like to collect data from an RPLidar (2000 Samples per second). In that case i want to use the DMA unit to perform the data c...