STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 64MHz HSI is off by 4%!

According to the STM32H745xI/G datasheet, the 64MHz HSI is accurate to +/- 0.3 MHz around room temperature, so +/- 0.5%.During testing, I noticed about 10-20% of my UART characters were getting dropped. I then looked at the signal on a scope and noti...

0690X00000ArWkRQAV.png
TDK by Guru
  • 4026 Views
  • 18 replies
  • 0 kudos

Resolved! Maximum sampling on USB audio class 1.0

Hello,Is it possible to use USB full speed (12 Mbit/s) combined with audio class 1.0 to transfer 16bit audio data sampled at 384ksps ? According to my calculation, I need to transfer 768 bytes/ms over USB:384000 * 16 = 6144000 bits/s ...

Stabilo by Associate III
  • 1257 Views
  • 4 replies
  • 0 kudos

Resolved! Unable to wake task from event flag in ISR when USB_FS is enabled using CMSIS OS 2 on STM32L5

I have been using USB_FS for some time now and recently added the EXT13 IRQ for the user button in the STM32L5 DK. I set a task to toggle a pin when the button is pressed and noticed that if the USB is running, the event does not wake the user button...

MSher.1 by Associate III
  • 1018 Views
  • 3 replies
  • 0 kudos

STM32F105 DFU BootLoader does not work

I successfully used USB DFU on STM32H7, and I want to perform the same operation on STM32F105. I learned from the manual that the system BootLoader address is 0x1FFFB000. But when I try to jump into USB DFU mode, windows prompts the device descriptor...

arilink by Associate III
  • 1281 Views
  • 4 replies
  • 0 kudos