2009-05-30 07:12 AM
Why doesn't the Standard Peripheral Library v3.0.0 define some locations?
2011-05-17 04:13 AM
Just wondering why the STM32 unique ID (U_ID) and flash size (F_FIZE) locations are not defined in the Standard Peripheral Library v3.0.0. Of course its not hard to do so yourself (as shown here)
http://www.st.com/mcu/forums-cat-8364-23.html but it'd be nice if they're defined in stm32f10x.h like everything else to make our code more portable. PS: If this is added in v3.0.1 can U_ID please be defined as an array of (12) bytes rather than 32-bit words.