2014-03-28 08:14 PM
What is the Default 'Word' size of stm32l100
#portable #tm32l100 #word-size #stdint.h2014-03-29 12:06 AM
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, documentation2014-03-29 12:30 AM
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=false2014-04-01 01:57 PM
''
In
http://en.wikipedia.org/wiki/Computing
,
wordis 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.2014-04-01 02:00 PM
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