STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

JDhil.1 by Associate
  • 910 Views
  • 3 replies
  • 0 kudos

Facing problem to Clear USB Buffer

I am sending data to USB (USB HID)like  buf[2]=0x04;    USBD_HID_SendReport(&hUsbDeviceFS,buf,8);then I Clear a buffer like buf[2]=0x00;USBD_HID_SendReport(&hUsbDeviceFS,buf,8);So it sends zero continuously through USB, So how to clear these buffe...

STAR by Associate II
  • 409 Views
  • 0 replies
  • 0 kudos

stm32f411e-disco bootloader Usart1

Hi I am trying unsuccessfully to use the flash loader demostrator to load the new firmwire.I have pinned the Boot1 (0 to gnd) and Boot0 (1 to vdd) pins.For the application (Flash loader demostrator I set the parity even, data bit 8 and speed 115200. ...

OTofa.1 by Associate
  • 691 Views
  • 2 replies
  • 0 kudos

Guide / user manual for HAL

Hello,I'm trying to use HAL for STM32H7. I have the "Description of STM32FH7HAL and LL drivers" which contains more than 3000 pages. But it is only a description of HAL.Can we find somewhere a guide, an application note or any document which explains...

Copy directorys from pendrive to sdcard using fatfs..

Hi allI am able to mount both drives and open ,read,write files in both drives...now i need to copy folders from pendr​ive to sd card..is it possible? .fatfs don't have copydirectory function..do i need to create copydirectory function...will accessi...

Amal by Associate III
  • 1775 Views
  • 8 replies
  • 0 kudos