دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: نویسندگان: Nagy Chris سری: ISBN (شابک) : 075067623X ناشر: Newnes سال نشر: 2003 تعداد صفحات: 291 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 9 مگابایت
کلمات کلیدی مربوط به کتاب طراحی سیستم های جاسازی شده با استفاده از سری TI MSP430: کتابخانه، ادبیات کامپیوتر، میکروکنترلرها، MSP430
در صورت تبدیل فایل کتاب Embedded Systems Design using the TI MSP430 Series به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب طراحی سیستم های جاسازی شده با استفاده از سری TI MSP430 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با این کتاب جدید از کریس ناگی، درباره طراحی، برنامه نویسی و
توسعه با خانواده میکروکنترلرهای جدید و محبوب Texas Instruments،
سری MSP430 بیاموزید. این خط تولید به دلیل مصرف کم مصرف و ویژگی
های قدرتمند، رشد انفجاری را تجربه می کند، اما اطلاعات طراحی و
کاربرد بسیار کمی غیر از آنچه توسط سازنده ارائه می شود، در دسترس
است. این کتاب با ارائه ترکیب کاملتری از دادههای فنی، کد نمونه
و نثر توصیفی نسبت به اطلاعات مرجع سازنده، شکافی را در ادبیات
فنی مهندسین سیستمهای جاسازی شده پر میکند و هم برای حرفهایها
و هم برای علاقهمندان مفید است.
کریس ناگی که برای مهندسین تعبیه شده که تازه وارد حوزه تعبیه شده
هستند، یا هزاران مهندس که با سایر میکروکنترلرها (مانند دستگاه
های PIC، 8051 یا موتورولا HC0x) تجربه دارند، اما در خط MSP430
تازه کار هستند، در نظر گرفته شده است. توصیف عملی از ویژگی های
دستگاه، دستورالعمل های توسعه را ارائه می دهد و نمونه های طراحی
را ارائه می دهد. نمونههای کد تقریباً در هر فصل و ناحیهای که
در CD-ROM همراه و/یا آنلاین موجود است، استفاده میشوند. این
کتاب به سه بخش تقسیم میشود: بخش اول توضیحات مفصلی در مورد خود
دستگاهها ارائه میکند، دوم توسعه سختافزار/سیستمافزار را برای
دستگاهها توضیح میدهد، بخش سوم برای ترکیب اطلاعات دو قسمت اول
طراحی شده است و دستورالعملها و نمونههایی از طرحها را ارائه
میدهد.
Learn about designing, programming, and developing with the
popular new Texas Instruments family of microcontrollers, the
MSP430 series with this new book from Chris Nagy. This product
line is experiencing explosive growth due to its low-power
consumption and powerful features, but very little design and
application information is available other than what is offered
by the manufacturer. The book fills a gap in the technical
literature for embedded systems engineers by offering a more
complete combination of technical data, example code, and
descriptive prose than is available from the manufacturer
reference information, and is useful to both professionals and
hobbyists.
Intended for embedded engineers who are new to the embedded
field, or for the thousands of engineers who have experience
with other microcontrollers (such as PICs, 8051s, or Motorola
HC0x devices) but are new to the MSP430 line, Chris Nagy offers
a thorough and practical description of the device features,
gives development guidelines, and provides design examples.
Code examples are used in virtually every chapter and area also
included on the companion CD-ROM, and/or online. The book is
divided into three sections: the first section provides
detailed descriptions of the devices themselves the second
describes hardware/firmware development for the devices the
third is designed to incorporate information from the first
two, and provide guidelines and examples of designs.
About the Author ..................................................................................ix
What’s on the CD-ROM........................................................................xi
Chapter 1: Introduction ......................................................................... 1
About this book................................................................................ 2
The MSP430 Family .......................................................................... 3
Part Numbering Convention .............................................................. 4
Writing Code .................................................................................... 5
Chapter 2: Architecture: CPU and Memory .......................................... 11
CPU Features .................................................................................. 12
Memory Structure ........................................................................... 19
Chapter 3: Reset and Interrupts .......................................................... 25
Reset Sources ................................................................................. 25
Reset Condition .............................................................................. 26
Interrupts ....................................................................................... 27
Use of Interrupts ............................................................................. 30
Guidelines for Interrupt Service Routines .......................................... 35
Common Sources of Error ............................................................... 36
Interrupts vs. Polling ....................................................................... 37
Chapter 4: Clocks and Timers.............................................................. 39
Clock Sources ................................................................................. 39
Clock Controls ................................................................................ 46
Clock Uses ...................................................................................... 54
Debugging Clock Difficulties ........................................................... 63
Chapter 5: Input and Output............................................................... 69
Chapter 6: On-Chip Peripherals ........................................................... 75
Hardware Multiplier........................................................................ 75
Analog-to-Digital Converters ........................................................... 82
An ADC Example ............................................................................ 89
LCD Driver ..................................................................................... 91
Chapter 7: Hardware Considerations ................................................... 95
The Datasheet ................................................................................ 96
Configuration ................................................................................. 97
Performance Issues ......................................................................... 99
Debugging Tools ........................................................................... 100
Chapter 8: Addressing Modes............................................................ 103
Register Mode .............................................................................. 104
Immediate Mode .......................................................................... 106
Symbolic Mode/Absolute Mode .................................................... 109
Indirect Mode/Indirect Autoincrement Mode ................................. 111
Chapter 9: Instruction Set ................................................................. 115
Core Instructions .......................................................................... 120
Emulated Instructions ................................................................... 147
Chapter 10: Flash Memory ................................................................ 157
Flash Memory Structure ................................................................ 157
Flash Memory Control Registers .................................................... 158
Using Flash Memory...................................................................... 162
Embedded Systems Design using the TI MSP430 Series
Security Fuse ................................................................................. 164
Information Memory .................................................................... 165
Flash Memory Code Examples ....................................................... 166
Bootstrap Loader.......................................................................... 169
Chapter 11: Developer’s Toolbox ...................................................... 173
Real-Time Clocks .......................................................................... 173
D/A Conversion: Pulse Width Modulation ..................................... 184
Sliding Correlators ........................................................................ 186
Chapter 12: Low-power Design ......................................................... 189
MSP430 Power Consumption Characteristics ................................. 189
MSP430 Low-power Modes........................................................... 190
Periodic Interrupts and Low-Power Design ..................................... 192
Low-power Design ........................................................................ 194
Chapter 13: A Sample Application ..................................................... 197
Main Loop ................................................................................... 202
Interrupt Service Routines ............................................................. 203
Putting It All Together ................................................................... 208
Appendix A: Other Sources ............................................................... 221
Texas Instruments ......................................................................... 221
Other Embedded Resources .......................................................... 222
Appendix B: TI FET Tool ................................................................... 223
Kit Contents ................................................................................. 223
Setting Up .................................................................................... 224
Using Kickstart and the FET .......................................................... 224
Appendix C: Useful Acronyms............................................................ 227
Appendix D: A Sample Datasheet ...................................................... 229
Index ................................................................................................. 277