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

Resolved! Race condition with f_mount()?

I'm using FatFs without RTOS, and quite often the f_mount() call will fail. Right now it always fails, but in a previous version of my code it failed only 20%. My current mount code (using HAL) looks like if (f_mount(&fatfs, "", 1)) led_on_abo...

Resolved! How can I update the software on STM32F7 ?

Hi,I want to update the software of the STM32F746BGT via a USB stick or Ethernet connexion.Firstly, how can I use the USB stick to update the software inside the MCU ?How can I use the Internet connexion (via UART : Lantronix XPORT) to update the sof...

MMerc.1 by Senior
  • 2820 Views
  • 11 replies
  • 0 kudos

Is there an Application Note that explains the demonstration software for the audio recorder on the STM32L476VG DISCO?

I have searched through alot of documentation regarding the ST32L476VG DISCO microcontroller and I am looking for an Application Note for the audio recorder that is built into the device.I have tried to compile a program from the repository demostrat...

SWall.2 by Associate II
  • 418 Views
  • 0 replies
  • 0 kudos

dns resolve

Hi, in order to resolve an address I using the function dns_gethostbyname(). Sometimes the customer uses a standard ip address like 192.168.1.123. Is there a way to determine if dns_gethostbyname() is necessary or not?

Resolved! How to switch USB Host to device Dynamically.

Hello Everyone,I am working on a project in which i have to use both roles of USB_FS. I want to interface mass storage device for which i need host with MSC and i also want to send some data to PC over VCP for which I need device with VCP.I searched ...

STM32 SPI Bootloader start up application failed.

Hello Together,​Currently, I met an issue about the internal bootloader download application by SPI.​Firstly, let me describe the background.MCU, STM32F750V8 rev, ZTaget, I want to use the internal SPI bootloader to download the application from the ...

WYang.4 by Associate
  • 390 Views
  • 0 replies
  • 0 kudos