User Activity

I have Usb Mass Storage working well on my custom board device featuring an STM32F469AIH6 and an eMMC (SDINBDG4-8G). I can connect to either a Mac or Windows machine and the device shows up in the Finder/Explorer and you can read/write files just fi...
We have a custom board with an STM32F469 and a SanDisk iNAND 7250-I 8GB eMMC. We have our HCLK set to 168MHz and SDIO clock at 48MHz, 8-bit data width. Using CubeMX (v4.26.1), the user is responsible for supplying the necessary code in the user_diski...
In the latest version of STM32CubeMX(4.26.1) and the latest ST Libs for STM32F4 (1.21.0), I've found an issue with USER_write. STM32CubeMX overwrites the user code within the USER_write function between the /* USER CODE BEGIN WRITE */ and /* USER COD...
Posted on January 23, 2018 at 19:55We are looking to replace an eMMC 4.41 chip (by Micron) that we currently use with a new one SanDisk iNAND 7250-I (https://media.digikey.com/pdf/Data%20Sheets/Micron%20Technology%20Inc%20PDFs/EMMC_Series.pdf). This...
Posted on September 21, 2017 at 21:05I exported my project with the latest STM32CubeMX 4.22.1 for our firmware which is for a board with an STM32F429NGH6 and the resulting code has 2 build errors.  Here is the problem code with the error lines in BO...