STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bootloader and USB detection on windows

Hello,I m a little bit lost. I want to create a midi board which plug on computer via USB port.I wanted to ask this question on stm32duino forum but seems to be down for a long time (I planned to user stm32duino to program). Can I ask question here ...

BAure by Associate II
  • 921 Views
  • 4 replies
  • 0 kudos

Incorrect readings ADC12_COMMON register

Tests STM Studio Ide and microcontroller from the stm32G474 series. The debugger incorrectly reads the ADC12_COMMON register values. When I read the registers into the variable, everything is ok, it's correctly set. I attach a photo.

mJar by Associate
  • 1112 Views
  • 4 replies
  • 1 kudos

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...

Getting started with STM32f469 ?

I just got the eval board.I am clueless , too much info on the site , can someone point me to a get started pdf or something ? Shouldnt I see the board in the Audiweaver server? Where it now says native?I have Touch FX and the audio weaver ,but neith...