Design
Getting started with FPGA DSP designs
Submitted by John Artiuch on September 29, 2008.
|
How to get started with FPGA DSP designs. |
- John Artiuch's blog
- 3 comments
- Read more
- 3472 reads
GPS receiver design
Submitted by allankliu on September 4, 2008.
|
Today GPS is involved in many location based services, more and more mobile equipment are integrated GPS feature inside. This article will cover GPS receiver module design based upon existing chip-set, component and firmware/software sources. I will prepare extra article for GPS system design, which cover mobile platforms, system programming, back-end web integration and etc. I will try my best to delivery mentioned content on open source projects. |
- allankliu's blog
- 12 comments
- Read more
- 18984 reads
Secure Design Using a Microcontroller (II)
Submitted by allankliu on July 8, 2008.
|
The software trap is a programming feature used to capture an abnormal program running status. The general principle is to setup a trap for software, and redirect from the code out of control to a specified address, and get back to its normal running mode. The software traps can be placed between the user codes or after the jump instructions, or be placed in the unused space by a consecutive trap codes. The most popular trap code for 80C51 is 5 byte instruction, which is: |
- allankliu's blog
- Login or register to post comments
- Read more
- 493 reads
Secure Design Using a Microcontroller (I)
Submitted by allankliu on July 5, 2008.
|
The microcontroller is widely used in many devices, which works in environment. The microcontroller has to face the challenges from EMI, voltage stability, crystal failure and much other interference. If the interferences are strong enough to disturb the operation, the system design should be secure enough to deal with these matters, one good practice is to reset and go on with previous normal operation state . However, a simple reset is not enough at all. I will demonstrate the basic principle for the system reset and state restore. Please keep in mind that the terminologies used in this article may come from different microcontrollers. |
- allankliu's blog
- 6 comments
- Read more
- 1443 reads
PCB
Submitted by froa0112 on October 8, 2007.
|
INTRODUCTION "A printed circuit board, or PCB, is used to mechanically support and electrically connect electronic components using conductive pathways, or traces, etched from copper sheets laminated onto a non-conductive substrate. Alternative names are printed wiring board (PWB),and etched wiring board. A PCB populated with electronic components is a printed circuit assembly (PCA), also known as a printed circuit board assembly (PCBA)." from Wikipedia Printed Circuit Board |


