cancel
Showing results for 
Search instead for 
Did you mean: 

Word size of stm32l100

sundar
Associate II
Posted on March 29, 2014 at 04:14

What is the Default 'Word' size of stm32l100

#portable #tm32l100 #word-size #stdint.h
4 REPLIES 4
Posted on March 29, 2014 at 08:06

Word in the ARM context is 32-bit, Half-Word is 16-bit

Do you have some specific context this relates too? ie code usage, documentation
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
sundar
Associate II
Posted on March 29, 2014 at 08:30

Please find the attachment (Chapter 7 :Porting the ShortStack LonTalk

Compact API Page: 111) ,......

What care should be taken during development of Firmware w.r.t stm32l100 ,...?

________________

Attachments :

ShortStack_User_s_Guide.pdf : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HzGV&d=%2Fa%2F0X0000000bL2%2Fd9YYPsEyaZonxFAmPyEwX45gjhFI.cjK8VCZSLpzTOY&asPdf=false
Andrew Neil
Chief II
Posted on April 01, 2014 at 22:57

''

In 

http://en.wikipedia.org/wiki/Computing

word

 is a term for the natural unit of data used by a particular 

http://en.wikipedia.org/wiki/Central_processing_unit

 design''

http://en.wikipedia.org/wiki/Word_%28computer_architecture%29

The Word size of an 8-bit processor is 8 bits;

The Word size of an 16-bit processor is 16 bits;

The Word size of an 24-bit processor is 24 bits;

The Word size of an 32-bit processor is 32 bits;

The Word size of an 64-bit processor is 64 bits;

The Word size of an n-bit processor is n bits.

The STM32 is a 32-bit processor.

Andrew Neil
Chief II
Posted on April 01, 2014 at 23:00

For standard, portable data types of known size, use the definitions from stdint.h:

http://en.wikibooks.org/wiki/C_Programming/C_Reference/stdint.h