STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L496 - DFU Exit detection

Hello, I'm running into a bit of trouble updating firmware using DFU. This would not be such a big deal, apart from the fact that sometimes an upgrade needs to be made without the ST-Link tool.First of all, entering DFU mode and re-flashing the firmw...

0693W00000Bb5nQQAR.png
AFahr.1 by Associate III
  • 1230 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F072xB GPIO issue | USB pins do not work as GPIO

Hi all,First some context:I am attempting to use the USB designated pins (PA11 and PA12) as generic GPIO inputs at start-up as a way of determining if a host is connected to the device and make a decision whether to run the main code or not - I will ...

JCame.1 by Associate III
  • 3271 Views
  • 15 replies
  • 0 kudos

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
  • 1221 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...