STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to update FATFS on STM32F103 Package ?

Hi to all,I need to update from FatFS from R0.11 to R0.12cIn R0.12c there are new implementations compared to 0.11.I see that for the STM32F401 the FATFS is in version 0.12c.Is there a way to update the library for the STM32F103 as well?Thank you.

ABatt.1 by Senior
  • 1238 Views
  • 2 replies
  • 0 kudos

Resolved! USB on STM32F746ZGT and zero length packet (ZLP) on endpoint 1. ZLP not transmitted.

Hello. I am using USB interface on STM32F746ZGT device (HAL lib, usb device mode). USB zero length packets are supproted and used by our protocol implementation on endpoint 1. It works on STM32L433, STM32F407, STM32F446 controllers. But it doesn't wo...

USB audio overwrites received data

I want to build a simple USB audio interface using STM32L432 Nucleo board. The device is detected by the computer but the sound is not played correctly. Even if nothing is played, the whole buffer is filled with 0x00 except two bytes. This is repeate...

cym by Associate
  • 477 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7 MAC-to-MAC possible? With HAL?

The STM32F7 supports Ethernet with MAC (and DMA), according to doc en.DM00224583.pdf.I try to connect it to a KSZ9896 (ethernet switch) that provides a direct MAC interface in RMII.The KSZ provides configuration bits similar to the STM32 ETH_MACxxx.I...