While Moore's Law has been a goal that manufacturers have sought to achieve and keep, it has become increasingly difficult to do so. Perhaps it is now time to do another revision of the law, or maybe even discard it all together...
Category: Microcontroller
A Beginner’s Guide to RISC and CISC Architectures
Electrical Engineering is all about abstraction. We hide complex details and features and work on high-level objects to make our work easier. However, this also means that most often, we do not know how something works internally, even though we might know how to use it, like op-amps. And one place, where we probably see… Continue reading A Beginner’s Guide to RISC and CISC Architectures
A Hacker’s Guide to Understanding Controllers
Controller's form an important part of any project or Control System This post is a Hacker's Guide to Understanding and Designing Controllers.
c2000 Piccolo F28027 LaunchPad – Tutorial 1
In this tutorial, we'll try out the demo application that comes pre-loaded in the c2000 Piccolo Launchpad
c2000 Piccolo F28027 LaunchPad – Tutorial 2
Hey! In this tutorial, we’ll be trying out our first code on the piccolo board. We’ll be doing the proverbial microcontroller “Hello World!” code: Blinking an LED. To do this, we’ll be using one of the four onboard LED’s. Starting a new project To start a new project, click on Project --> New CCS Project.… Continue reading c2000 Piccolo F28027 LaunchPad – Tutorial 2