STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why is the ethernet connection unstable?

I have followed the "https://controllerstech.com/stm32-ethernet-6-http-webserver-simple/" tutorial and have set up some parts on https://github.com/stm32-hotspot/STM32H7-LwIP-Examples for STM32H750B-DK and it works once on WEB SERVER not used FREERTO...

non by Associate III
  • 375 Views
  • 1 replies
  • 0 kudos

PTP support in HAL drivers STM32H7

We have migrated our project from STM32F7 to STM32H7 MCU and found that there's no support for PTP IEEE 1588 protocol in MAC Ethernet driver (HAL). Here is a message written in stm32h7xx_hal_eth.c file:   -@- The PTP protocol offload APIs are not sup...

leshich-k by Associate II
  • 3950 Views
  • 16 replies
  • 0 kudos

USB Not recognized in stm32f429iit6

I am using stm32f429iit6 customized board . I have one hex file , when i debug that hex file in board its working fine and not giving any usb issues its shows stm virtual com port , But when i write program for same board its giving the USB driver is...

pshin.2 by Associate II
  • 633 Views
  • 4 replies
  • 0 kudos

Resolved! The questions about stm32f1 Usb-hid.The libs from TM32 USB-FS-Device Lib V4.1.0' Custom HID#Insert get report in RESULT CustomHID_Data_Setup/usb_prop.c

The original CustomHID_Data_Setup function :RESULT CustomHID_Data_Setup(uint8_t RequestNo) { uint8_t *(*CopyRoutine)(uint16_t);   if (pInformation->USBwIndex != 0)   return USB_UNSUPPORT;   CopyRoutine = NULL;     if ((RequestNo == GET_DESCRIPTOR)   ...

0693W00000aHo8XQAS.png