STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FatFS + SD + f_utime = not setting the timestamp on the previous ".." and current "." directory name in the subdirectory when listed in the command prompt .

After using FatFS to create and time-stamp a directory on an SD card, when viewing the results using the command prompt to list the contents of the directory, the first two files shown are always the '.' and '..' entries. These are not getting time-s...

Resolved! Next error in stm32f4xx_ll_usb.c?

In function USB_EP0_OutStart is: if (dma == 1U) {   USBx_OUTEP(0U)->DOEPDMA = (uint32_t)psetup;   /* EP enable */   USBx_OUTEP(0U)->DOEPCTL |= USB_OTG_DOEPCTL_EPENA | USB_OTG_DOEPCTL_USBAEP; }In my opinion enabling endpoint should be out of DMA condi...

Resolved! STM32F7 USB OTG differences within series

I have a "hello world" example that works fine on a STM32F765Z6T6 (custom board). It basically waits for a USB serial port to be opened on the host side, and outputs "Hello world" every second over and over again. Unfortunately it's based on libopenc...