2016-10-28 12:13 AM
Hi.
I've generated a project using Cube, but the Drivers directory is void (it has subdirectories but any file), and then the project is full of errors. I've attached the project. The project properties are: - STM32F769I-DISCO board - Enable SD 4 bit wide bus And the generate it. (I know it has a clock error). Cube version 4.17.0 STM32Cube v1.0 STM32Cube_FW_F7 V1.5.1 If i select FW package STM32Cube_FW_F7 V1.5.0 then it copies all the files. Is this a bug or I'm doing/I have something wrong?Solved! Go to Solution.
2016-10-31 08:39 AM
Hi masriera.jordi,
I have made the test with the STM32CubeMx 4.17.0 and STM32Cube_FW_F7 V1.5.1using the .ioc file that you shared, and the drivers were generated correctly.I think the upgrade of the STM32Cube FW 1.5.1 version has not been successfully done. Try to re-do it :1.Goto a similar path as follow: C:\Users\''you user name''\STM32Cube\Repository2. Delete the corrupted V1.5.1 folders 3. Re-open the STM32CubeMX and re-upgrade the library with version V1.5.1(you can even dowload the this last version from the website and add it manually at that path)-Hannibal-2016-10-31 08:39 AM
Hi masriera.jordi,
I have made the test with the STM32CubeMx 4.17.0 and STM32Cube_FW_F7 V1.5.1using the .ioc file that you shared, and the drivers were generated correctly.I think the upgrade of the STM32Cube FW 1.5.1 version has not been successfully done. Try to re-do it :1.Goto a similar path as follow: C:\Users\''you user name''\STM32Cube\Repository2. Delete the corrupted V1.5.1 folders 3. Re-open the STM32CubeMX and re-upgrade the library with version V1.5.1(you can even dowload the this last version from the website and add it manually at that path)-Hannibal-2016-11-03 08:24 AM
Thanks Hannibal. Now it works.