2017-02-21 04:01 PM
I'm specifically interested in the V1.5.0 and v1.5.1 of STM32F7 Cube FW. I want to compare SDCard and MMC implementations. See:
https://community.st.com/0D50X00009Xkg1RSAR
and
null2017-02-21 05:51 PM
Doesn't CubeMX allow you to download different versions and cache them in it's directory.
2017-02-21 08:04 PM
what version are you after ?
I have these available...
________________ Attachments : Cube Repository 2.jpg : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hytu&d=%2Fa%2F0X0000000bDg%2FMcZVA1z0j7VQ8PhvwxlOkBHLcmdVTdlZQtf5.onH3S0&asPdf=false2017-02-21 10:26 PM
Dear bruno bitter,
MMC implementation does not exist in v1.5.x.
I extract older SD drivers from CubeF7V1.5.0.
See attached files.
________________ Attachments : v1.5.0_sdmmc.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hytl&d=%2Fa%2F0X0000000bDf%2Fn_LiSDCga2EgqflJtx7jtrUzKMtL9l5us7_fAtfVv_w&asPdf=false2017-02-22 07:18 AM
I'd like to do this outside of the context of CubeMX. 'This' being comparing the evolution of the SDCard and MMC support over these versions. The versions being 1.5.0, 1.5.1, 1.6.0. I would think there would be a place on the ST website where these archives would be available officially.
Thanks Nemui, your work looks very good.
2017-02-22 08:23 AM
If you are using Cube the files exists as .ZIP files it has downloaded
I've mirrored some
https://drive.google.com/open?id=0B7OY5pub_GfIR2p4blRBX2pmWHM
https://drive.google.com/open?id=0B7OY5pub_GfIMi0tSl9KUjhTT2s
2017-02-22 01:19 PM
FWIW, I've found the location of the locally installed Cube zip files to be:
C:\Users\<username>\STM32Cube\Repository
2017-02-22 11:50 PM
I've tried to do this by putting the packages in git for the F1.
The packages are a mess. The updates are not clean incremental.
Stuff is removed and added again a few versions later.
Anyways. Instead of hauling around massive zip files. ST should put these repositories in a GIT repo. Updates could be a few k instead of 500 megs. Multiply that by all the users!