STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F446 + DMA + FATFS + SDIO

Hello everybody,using Fatfs and f_write, when writing the file "1, 2, 3, 4" to the SDCard, I can see that what is written on the SDCard is "0,0,0,0,1,2,3,4" . What layer is inserting the 4 "0" at the beginning of the file and why ? Is it an 32bits a...

papageno by Associate III
  • 648 Views
  • 5 replies
  • 0 kudos

How do I set the user_configuration especially nBOOT_SEL, nBOOT1, nBOOT0 with the I2C protocol used in the STM32 bootloader?

I tried to set the option byte via write memory command using the address: 0x1FFF7800, but it don't work it always returns a NACK. If I try to read from this address no problem occurs.I also tried to read FLASH_CR (0x4002 2014) and to write FLASH_KEY...

ARudm.1 by Associate
  • 776 Views
  • 1 replies
  • 0 kudos

Help on a schematic for dev-board based on STM32G431 with USB-C power delivery and programming features

Hello,I am making a dev board for this new family of MCU, I need USB programming and power delivery.To make it I am referring to the datasheet, Nucleo dev board and to the application note.I did only once a board with STM32 and it was an F1. I can se...

0693W000001pLOKQA2.jpg

STM32F411 re-enter into bootloader mode

Posted on April 27, 2017 at 09:58Hi,I am doing a firmware upgrade to a STM32F411RE using DfuSe application tool. But after I click ' Leave DFU mode', the MCU re-enters into the bootloader mode. I do not see this problem when I perform the same firmw...

Dan S_2 by Associate II
  • 1436 Views
  • 4 replies
  • 0 kudos

I2S_CKIN Not Displaying in SAI UI

Hi there!When I set up a fresh project for the STM32G431KB in STM32CubeIDE, let's say I want the SAI to be clocked by an external clock source.So, in the prefs, I set Audio Clock Input (I2S_CKIN):Then I set up my Clock Configuration:Now one would exp...

0693W000001cc9aQAA.jpg 0693W000001ccA9QAI.jpg 0693W000001cc3yQAA.jpg 0693W000001ccBvQAI.jpg
etheory by Senior II
  • 608 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L412KB <-> USB <-> A log as Filesystem in PC

I want to connect a USB to STM32L412KB externally. Next, I would connect that USB to my computer. I want it to show up as a filesystem which displays a log data from MCU. How should I proceed? Any tips? Also, I have never worked on filesystems. Can a...

Anonymous by Associate II
  • 1045 Views
  • 6 replies
  • 0 kudos

FATFS using long file names

Is anyone out there using STM32FCube w/ fatfs with LFN (long file names) ? My project works, but I can only get a small file name to work. I have tried all of the settings in FFCONF.h and added ccsbcs.c file.

LBarn.1 by Associate II
  • 1066 Views
  • 5 replies
  • 0 kudos