2017-07-19 03:07 AM
Hi everyone.
Where can i find all necessary libraries for specified MCU (namely stm32f101RD), and also all release notes for them? I suspect I have old, thus buggy, library. I did find all documentation on stm32 official, but no code. Thanks for your time.
Solved! Go to Solution.
2017-07-19 03:31 AM
Hello
ngajic
Here is the
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fembedded-software%2Fmcus-embedded-software%2Fstm32-embedded-software%2Fstm32cube-embedded-software%2Fstm32cubef1.html
from STMicroelectronics official site contains the running examples.
You can have a look to
Application note 'STM32Cube firmware examples for STM32F1 Series' illustrates the existing examples for STM32CubeF1 firmware package.Hope this helps you.
Best Regards
Imen
2017-07-19 03:31 AM
Hello
ngajic
Here is the
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fembedded-software%2Fmcus-embedded-software%2Fstm32-embedded-software%2Fstm32cube-embedded-software%2Fstm32cubef1.html
from STMicroelectronics official site contains the running examples.
You can have a look to
Application note 'STM32Cube firmware examples for STM32F1 Series' illustrates the existing examples for STM32CubeF1 firmware package.Hope this helps you.
Best Regards
Imen
2017-07-19 03:44 AM
Just a quick word of caution: there are two such 'libraries', the older Standard Peripheral Library (SPL) which is deprecated now although maintained, and the newer Cube, Imen is talking about above.
JW
2017-07-19 06:07 AM
Hi,
Thank you
Waclawek.Jan
for your 'quick word of caution
'Here is the
Regards
Imen
2017-07-19 07:45 AM
Hi again.
Thanks for your answers. It was of a great help.
One more question.
Where is SPL being maintained? In other words, and for this particular part, where can versions after v3.5.0 be find?
2017-07-19 09:26 AM
The SPL is solid, the F1 series is old and mature, it doesn't need updating every couple of weeks. This is embedded, not some adobe/microsoft circus.
2017-07-20 02:23 AM
If a new version is published, it will be available on the same page:
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fembedded-software%2Fmcus-embedded-software%2Fstm32-embedded-software%2Fstm32-standard-peripheral-libraries%2Fstsw-stm32html
, the new version will replace the current one.