cancel
Showing results for 
Search instead for 
Did you mean: 

Why doesn't the Standard Peripheral Library v3.0.0 define some locations?

swhite
Associate III
Posted on May 30, 2009 at 16:12

Why doesn't the Standard Peripheral Library v3.0.0 define some locations?

1 REPLY 1
swhite
Associate III
Posted on May 17, 2011 at 13:13

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.