STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Changes in Stm32f4xx_hal_eth

Hello,About a year ago, I created my own project UDP_SERVER using STM32CubeMX. Everything worked until I upgraded HAL_Driver from 11.09.2020 ( V 1.25.1 ). My program stopped working properly.I searched for a reason for many days. This annoying chang...

Peko by Associate III
  • 352 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F7508 MCU freeze

Hello all,I have an STM32F7508-Discovery board (STM32F750N8H6 MCU) with a custom UI application on top, using LTDC and DMA2D in interrupt mode, and continuously filling the full display with red/blue. The Stm32CubeF7 v1.16.0 is used as an SDK.With th...

VVasi.1 by Associate II
  • 1652 Views
  • 6 replies
  • 0 kudos

Report descriptor for keyboard

I want to know how to set report descriptor for keyboard which is going to send 16 byte of data to PC.I am trying to set default keyboard descriptor as below.... __ALIGN_BEGIN static uint8_t HID_MOUSE_ReportDesc[HID_MOUSE_REPORT_DESC_SIZE] __ALIGN_E...

Bs.1 by Associate II
  • 396 Views
  • 0 replies
  • 0 kudos

Cannot see USB_FS on STM32F373VCT6 as VCP.

Hi I have STM32F373VCT6 on the board that I am bringing up. I am trying to open up the USB_FS as VCP. I use 20 MHz oscillator, which gives 48 Mhz USB clock and 24 MHz for APB2. I use the code below: while (1) {  /* USER CODE END WHILE */  /* USER CO...

BPart.1 by Associate II
  • 329 Views
  • 0 replies
  • 0 kudos

How to send 16 bytes of data from USB keyboard(Using HID class ) to PC.I have sent 8 byte data it working properly. Unable to send 16 byte data.

I have done setting in Report descriptor as below, 0x05, 0x01,          // USAGE_PAGE (Generic Desktop)   0x09, 0x06,          // USAGE (Keyboard)   0xa1, 0x01,          // COLLECTION (Application)   0x75, 0x01,          //  REPORT_SIZE (1)   0x95, 0...

Bs.1 by Associate II
  • 373 Views
  • 0 replies
  • 0 kudos