CMSIS STM32 detailed description.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-07-12 10:01 AM
Posted on July 12, 2010 at 19:01
CMSIS STM32 detailed description.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 4:58 AM
Posted on May 17, 2011 at 13:58
Firstly a terminology quibble. CMSIS (Cortex Microcontroller Software Interface Standard ) refers to the ARM part of the library. The peripheral stuff is unique to ST.
The Standard Peripheral library Documentation leaves a lot to be desired and probably everyone here agrees with that.However it is what it is so you still have to read the to understand the peripherals and how they work. Personally I prefer to use the library most of the time but I don't need to toggle port pins at 20MHz etc so it works fine for me. However your mileage may vary.