cancel
Showing results for 
Search instead for 
Did you mean: 

Where can one find an archive of the older stm32cube releases?

bruno bittner
Associate II
Posted on February 22, 2017 at 01:01

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

https://community.st.com/0D50X00009Xkh8DSAR

null
7 REPLIES 7
Posted on February 22, 2017 at 02:51

Doesn't CubeMX allow you to download different versions and cache them in it's directory.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
T J
Lead
Posted on February 22, 2017 at 05:04

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=false
Posted on February 22, 2017 at 07:26

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=false
bruno bittner
Associate II
Posted on February 22, 2017 at 16:18

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.

Posted on February 22, 2017 at 16:23

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

 
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
bruno bittner
Associate II
Posted on February 22, 2017 at 22:19

FWIW, I've found the location of the locally installed Cube zip files to be:

C:\Users\<username>\STM32Cube\Repository

Jeroen3
Senior
Posted on February 23, 2017 at 08:50

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!