STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Determine USB-cable connected/disconnected status and transmit-in-progress status without being dependent on interrupts?

I'm working with the Nucleo-64 development board with an STM32L476 microcontroller and I'm using the USB source code that STM32CubeMX has generated for me. In my project the peripheral interrupts have the same priority as OTG_FS_IRQHandler and hence,...

arnold_w by Senior II
  • 477 Views
  • 1 replies
  • 0 kudos

Resolved! Any documentation for USB Device library v2.10.0?

I noticed that CubeH7 v1.10.0 comes with USB Device library v2.10.0 which supports new class drivers and composite device. However I can't find any document nor examples corresponds to those new features.ST, could you please update USB Device library...

sirius506 by Associate III
  • 794 Views
  • 1 replies
  • 1 kudos

STM32L562RETX bootloader problem

I'm using the cubeide 1.6.1 version.There's a problem with using the bootloader this time.This is bootloader code​#define APPLICATION_ADDRESS    (uint32_t)0x08010000typedef void (*pFunction)(void);pFunction JumpToApplication;uint32_t JumpAddress;​int...

0693W00000HqSl7QAF.jpg 0693W00000HqSlCQAV.jpg
Ljunh.1 by Associate II
  • 1798 Views
  • 3 replies
  • 2 kudos