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

STM32F37x, USB, Endpoints and their toggle bits

I'm not alone in my confusion I think, when taking in the information of RM0313, rev6, page 838. And that is how to handle the 't' (toggle bits) in the EP registers. Where RM0313 mentions that read-modify-write is be avoided, I see in ST's code (and ...

Workalot by Associate III
  • 3179 Views
  • 19 replies
  • 0 kudos

PDM2PCM processing steps

Hello,I have used the PDM2PCM library successfully on stm32f4. However, on stm32wl that library is not available and cannot be imported because of the missing FPU.Can someone help me understanding the processing steps performed by the library? Becaus...

frnt by Senior
  • 1115 Views
  • 2 replies
  • 0 kudos

I am developing the capability to remotely update applications running on STM32L0xx using system bootloader.

Reviewing USART protocol used in the STM32 bootloader, I noticed the system bootloader accepts some commands on the UART bus. By chance, will anyone be able to provide an open-source tool that communicates with the processor to send these UART comman...

Imeah.1 by Associate
  • 811 Views
  • 2 replies
  • 0 kudos

USB HOST and DEVICE in same time

Hi,I want to use USB DEVICE and HOST mode in same code. Firstly, I added manuel libraries for host and device configuration. I can do Transiton of host to device or device to host with using init and deinit function of usb. After a while , this proce...

Nbaşa.1 by Associate II
  • 1043 Views
  • 1 replies
  • 0 kudos