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

Port STSW-STM32059 to other PHY

Hello community,i got the STSW-STM32059 running on a STM3210C eval with truestudio. Now i want to port it to my own PCB, where i use a STM32107RC and the 88E6161 Switch as a PHY. The PHY uses port 5, in 100 full duplex MII mode.Until now i got the c...

aMees by Associate
  • 394 Views
  • 0 replies
  • 0 kudos

Stm32f103vet6 usb bulk multi enpoint.

Hello everybody !I am working with usb bulk use libusbwin32 and hardware stm32f103vet6. I use multi endpoint EP1_IN, EP1_OUT, EP2_IN, EP2_OUT, EP3_IN, EP3_OUT, EP4_IN, EP4_OUT. But EP4_IN and EP4_OUT do not work, other endpoint working ok. Please he...

tduon.14 by Associate
  • 904 Views
  • 2 replies
  • 0 kudos

Debugging when DMA is active...

When debugging, and when stopped at a breakpoint, does DMA or any interrupt driven process continue? If no, then debugging an incoming serial data stream (for example), can only be done after the stream is completed, otherwise you will miss character...

Resolved! Programming flash with DMA

Hello,I would like to know if it's possible to write from RAM to FLASH using a DMA.I tried to configure a DMA as memtomem, using the HAL_DMA_Start function but it doesn't work.Is it doable ?Thank you.François

variable length I/O messages using HAL

Using the HAL drivers, it seems that every communications routine (I2C, USART, SPI) has to know exactly how many characters to send, and exactly how many to receive. Now for sending, that's never a problem. For reception, that's been a constant pro...

Playing MP3 files from flash

Hi,I want to play MP3 files that are located in an external flash.Do I need to load the files to RAM for playing them, or can I play them directly from flash?I'm asking because I might not have enough RAM for loading the whole file all at once.Thanks...

AlaaM by Associate III
  • 902 Views
  • 1 replies
  • 0 kudos