STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F745 dual CDC problems

Hello,I have been testing modifications for STM32 default USB library stack that was modified to support dual CDC. The code is working fine on STM32H745 MCU. The idea was to now use this same library for F745 to communicate with Qt app on PC but ther...

MDJ by Associate II
  • 999 Views
  • 5 replies
  • 0 kudos

RTOS ThreadX with NetXDuo in CubeMX uses a lan8742 driver file called nx_stm32_phy_driver.c wherein the HAL calls have too many variables. Has this been reported?

The calls in particular are HAL_ETH_ReadPHYRegister and HAL_ETH_WritePHYRegister. In the HAL driver files, specifically stm32f7xx_hal_eth.c, these routines take 3 variables and not 4. For example, in the nx_stm32_phy_driver.c, the function for Read ...

GGree.1 by Associate III
  • 635 Views
  • 3 replies
  • 0 kudos

STM32F723 USB HS FIFO arrangement

Hi,Sometimes (randomly) I encounter a problem in firmware, even though sometimes it works well for hours without any problem.The whole idea of the firmware is that it receives data over USB HS with DMA enabled and initiate a transfer over another int...