Difference between revisions of "NU32"

From Mech
Jump to navigationJump to search
Line 11: Line 11:


'''From the back cover:'''
'''From the back cover:'''
For the first time in a single reference, this book provides the beginner with a coherent and logical introduction to the hardware and software of the PIC32, bringing together key materials from the PIC32 Reference Manual, Data Sheets, XC32 C Compiler User's Guide, Assembler and Linker Guide, MIPS32 CPU manuals, and Harmony documentation.
For the first time in a single reference, this book provides the beginner with a coherent and logical introduction to the hardware and software of the PIC32, bringing together key materials from the PIC32 Reference Manual, Data Sheets, XC32 C Compiler User's Guide, Assembler and Linker Guide, MIPS32 CPU manuals, and Harmony documentation. This book also teaches you to use the Microchip documentation, allowing better life-long learning of the PIC32. The philosophy is to get you started quickly, but to emphasize fundamentals and to eliminate "magic steps" that prevent a deep understanding of how the software you write connects to the hardware.

Applications focus on mechatronics: microprocessor-controlled electromechanical systems incorporating sensors and actuators. To support a learn-by-doing approach, you can follow the examples throughout the book using the sample code and your PIC32 development board. The exercises at the end of each chapter help you put your new skills to practice.

'''Features include:'''
* Extensive, freely downloadable sample code for the NU32 development board incorporating the PIC32MX795F512H microcontroller
* Free online instructional videos to support many of the chapters

'''Coverage includes:'''
*


<br clear="all">
<br clear="all">

Revision as of 07:33, 19 November 2015


Home page of the book Embedded Computing and Mechatronics with the PIC32 Microcontroller and the NU32 development board.

The book.
The NU32 development board.

From the back cover: For the first time in a single reference, this book provides the beginner with a coherent and logical introduction to the hardware and software of the PIC32, bringing together key materials from the PIC32 Reference Manual, Data Sheets, XC32 C Compiler User's Guide, Assembler and Linker Guide, MIPS32 CPU manuals, and Harmony documentation. This book also teaches you to use the Microchip documentation, allowing better life-long learning of the PIC32. The philosophy is to get you started quickly, but to emphasize fundamentals and to eliminate "magic steps" that prevent a deep understanding of how the software you write connects to the hardware.

Applications focus on mechatronics: microprocessor-controlled electromechanical systems incorporating sensors and actuators. To support a learn-by-doing approach, you can follow the examples throughout the book using the sample code and your PIC32 development board. The exercises at the end of each chapter help you put your new skills to practice.

Features include:

  • Extensive, freely downloadable sample code for the NU32 development board incorporating the PIC32MX795F512H microcontroller
  • Free online instructional videos to support many of the chapters

Coverage includes:


Sample Chapters

Book Source Code

Full source code from the book (November 2015)

Just the Quickstart Code, as needed for Chapter 1: PIC32Quickstart.zip (November 2015)

Errata

Corrections to the book will be provided here.

Videos

Videos to support several of the book chapters are posted here.

Data Sheets

Data sheets for several of the ICs used in the book.

The NU32

Where to buy, parts list, schematic, Gerber file, etc.

Other Code Examples