Posted on November 27, 2016 at 02:16I tried the new version of STM32CubeMX 4.18.0. If I generate project for MDK-ARM V5 will be deleted the startup_stm32fxxxxx.s file in the path Drivers/CMSIS/Device/ST/STM32Fxxx/Source/Templates/gcc. Similarly, if...
Posted on May 30, 2016 at 20:10I tried to migrate from STM32CubeMX 4.14.0 to 4.15.0 and from STM32CubeF7 1.3.1 to 1.4.0. I found some bug in CubeMX 4.15.0. It is not possible to set the clock for SDMMC using CubeMX. My controller is STM32F746ZGT6, s...
Posted on May 11, 2016 at 23:34I have project generated by STM32CubeMX 4.14.0 and STM32CubeF7 1.3.1. I use the FATFS and SDIO with DMA. If I wrote a file with higher clock for sd card, then there is an error in the function FR_DISK_ERR f_write. I f...
Posted on May 11, 2016 at 10:39Does anybody know how to solve the re-inserting the SD card ? I have a project generated by STM32CubeMX. I have used it for re-inserting the SD card this function: if (CD_CARD == b_cd) { if (CD_NO_CARD == b_cd_last)...
Posted on March 26, 2016 at 23:44 I tried a new version 4.0 of STM32CubeMX. I selected the STM32F746G-DISCO board. If I set the Detect_SDIO GPIO: Input ad PC13, closed and openedthe ioc file, then the comboboxes are gray and you can not cha...
Posted on February 20, 2017 at 12:11Hi Elliot,I found an interesting solution to my problem with the SD card on STM32F7. I changed the settings edges of the CLK signal. STM32CubeMX generates automatically the rising edge. I used the falling edge. It...
Posted on January 24, 2017 at 12:17 Hi st.mcu, thank you for answer. I have a problem with the SD c ard that use DMA . E.g. it hangs in a loop where timeout is 1048 sec ( 17 minute ?? ) . I do not understan...
Posted on January 23, 2017 at 12:11STM32CubeMX 4.19.0 and STM32CubeF7 1.6.0No change, the STM32CubeMX still has this bug !ST team, try to do your examples using STM32CubeMX, you may find yourself bugs faster.