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

How to interface the FTDI USB device??

Hi, Everyone?I'm googling a couple of days to find clue of interfacing the FTDI USB device to my USB host service. But, I cannot find any solution like cool sparking water.​I'm using STM32F207VE with STM32CubeIDE. I know that FTDI does not use CDC se...

paul0208 by Associate III
  • 4837 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F429 Discovery - firmware update from USB drive

bootloader update the application saved on the USB memory stick attached to on STM32F429 Discovery board when reset occurs, it detects if USB flash memory pen is attached, if attached read and copy application file (hexfile) from usb and update If re...

MAlkh.1 by Associate II
  • 1390 Views
  • 4 replies
  • 0 kudos

STM32F107 LwIP TCP server stops transmitting

Hello!I'm writing a small application based on Cube LwIP TCP echo server example little adapted to my custom board. The application is sending small periodic reports (50-150 bytes) to connected TCP client but on some iteration it stops transmitting m...

IOrek.1 by Associate II
  • 1461 Views
  • 3 replies
  • 0 kudos

Anybody has the slide decks for this course - https://www.youtube.com/watch?v=Pr3L4-H3ClQ&list=PLBvX9IPnj5MRFS3jyQ-2uwflSAV7KYv5b

Hi, I have been looking for STM32 Ethernet peripheral course. I found a YouTube link - https://www.youtube.com/watch?v=Pr3L4-H3ClQ&list=PLBvX9IPnj5MRFS3jyQ-2uwflSAV7KYv5b but it is not in english. Does any of you has the slide deck used in the cours...

HSing.2 by Associate
  • 585 Views
  • 1 replies
  • 0 kudos

STM32 Modbus TCP

Hello, I need to implement Modbus TCP on a STM32H7 application. This is how to system in general works: The system makes periodic measurements and then saves and transfers the data. The Modbus TCP is implemented to transfer the data. I have used the ...

VYoun by Associate III
  • 701 Views
  • 0 replies
  • 0 kudos

BUG: v1.8.0 stm32h7xx_hal_spi in IRQHandler

There is a bug in the IRQHandler function that causes the callbacks associated not being correctly called. hspi->State = HAL_SPI_STATE_READY; if (hspi->ErrorCode != HAL_SPI_ERROR_NONE) { #if (USE_HAL_SPI_REGISTER_CALLBACKS == 1UL) ...

JLata by Associate
  • 485 Views
  • 0 replies
  • 0 kudos