STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem in SDcard with the FatFS

I been having trouble with mounting a SDcard with the FatFS. The mount fails every time with "FR_NOT_READY". I using a Nucleo-F746ZG board, All code generated from STM32CubeMX v5.3.0, SDIO wide bus 4bits. The SDcard is a 1GB, formatted as FAT

GHugh.11 by Associate
  • 150 Views
  • 0 replies
  • 0 kudos

Separated IRAM for bootloader and application

Hello allI have application that use some functions from bootloader. Sometimes when I call function from bootloader some of my variables in IRAM get changed by bootloader and that is causes problems to me. To fix that issue I decide to split IRAM to...

lgoti by Associate
  • 495 Views
  • 3 replies
  • 0 kudos

STM32 WinUSB driver Autobinding. Get it here.

Posted on July 02, 2012 at 05:36Hey guys, I just wanted to share something cool I did recently.For people that are making custom peripherals (that don't abide by a particular class like HID, MSD, etc) it is very advantageous to have a generic USB dr...

dkattan by Associate
  • 1531 Views
  • 3 replies
  • 0 kudos

lwIP TCP STM32F7

I'm developing an ethernet application on a NUCLEO-F746ZG board using the LWIP library. My app basically consists of the board (ip:192.168.1.21) is receiving a message every 20ms form a TCP client (my PC ip: 192.168.1.150) while the board sends UDP m...

0690X000008i5uZQAQ.png