STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F103 Custom HID; I'm stuck

Hi all,I'm Pierre, I am new to this community!I have found many great tips for some of my problems, but I moved into custom HID and I'm stuck.So here's what I am trying to do. I have two slave cards sending I2C data to the master. This is working gre...

Ple b.11 by Associate
  • 366 Views
  • 1 replies
  • 0 kudos

STM32H7 Change USB buffers

I recently changed my SPI, I2C and USB HID to DMA. I changed buffers so they are in specific RAM sections which are accessible to DMA (RAM_D3 for I2C and RAM_D2 for SPI and USB). I am using DTCM RAM for stack, heap, data, etc. It was easy to change p...

USB type B on H7 (SOLVED)

Hi!I was thinking of building some sort of motherboard that can house a WaveShare Core H7xx STM32H7 board (so that I can connect peripherals using screw terminals). For USB communication I would use a USB type B, but I'm not sure how to connect the V...

0693W000006HFJgQAO.png

STM32 HAL USB HID Feature Report

Hi allI already follow the STM32 USB training , I use Custom HID Device , and my report descriptor like bellow__ALIGN_BEGIN static uint8_t CUSTOM_HID_ReportDesc_FS[USBD_CUSTOM_HID_REPORT_DESC_SIZE] __ALIGN_END = { /* USER CODE BEGIN 0 */ 0x06, 0x...

TWu.5 by Associate II
  • 1108 Views
  • 3 replies
  • 0 kudos