Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Rapid BeagleBoard Prototyping with MATLAB and Simulink

You're reading from  Rapid BeagleBoard Prototyping with MATLAB and Simulink

Product type Book
Published in Oct 2013
Publisher Packt
ISBN-13 9781849696043
Pages 152 pages
Edition 1st Edition
Languages

Table of Contents (15) Chapters

Rapid BeagleBoard Prototyping with MATLAB and Simulink
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Introducing BeagleBoard 2. Installing Linux on the BeagleBoard 3. C/C++ Development with Eclipse on Windows 4. Automatic Code Generation 5. Digital I/O and Serial Communication 6. Voice Recognition 7. Digital Video-Based Motion Detection Wrapping Up Index

Chapter 3. C/C++ Development with Eclipse on Windows

So far we have set up our BeagleBoard and have been able to log in to it from the Windows 7 host PC. Now we can start building programs and applications using the BeagleBoard. Generally, we have two basic approaches for rapid prototyping:

  • Textual programming using MATLAB: We develop our source code in MATLAB, generate C/C++ code, and compile them into the BeagleBoard-compatible executables. MATLAB does not provide the cross-compiler for BeagleBoard, so we need to manually set up an external cross-compiler (in this book, the Eclipse IDE and Sourcery CodeBench compiler).

  • Graphical programming in Simulink: In this approach, we develop our program graphically in Simulink. The generated C/C++ code from Simulink are downloaded to and compiled natively on the BeagleBoard. Thus there is no need for an additional cross-compiler. Only the MATLAB/Simulink development environment is required.

If you are going for the graphical programming approach...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}