in t f I Design - Develop - Deploy

Random Number Generation

[+] Share |
Posted by vijaykumar | Thu, 05 Jan 2012
story-icon

Almost all game programs require a random number generator. When implementing games for embedded systems, generating random numbers raises certain interesting issues. While generation of random number can be done using the rand() C library function, getting a suitable seed is a challenge.

Read More ...

Categories: 8051, ARM, ZKit-51-V664, ZKit-ARM-1343 | Add Comment

ZKit-ARM-1343, ARM Development Kit

[+] Share |
Posted by pg | Sat, 24 Sep 2011

The ZKit-ARM-1343 is an NXP LPC1343 based 32-bit ARM Cortex-M3 microcontroller development kit. It is a full featured development kit, and can be used as a single board computer, for product developerment and prototype development. It provides flexibility through the break-out headers for IOs. The development kit provides the tools engineers need to develop and prototype embedded applications right out of the box. The board is also suitable for teaching and learning embedded system programming.

Read More ...

Categories: ARM, Product | Add Comment

ZDev, Open-Source Library for Micro-Controllers

[+] Share |
Posted by deepak | Sat, 24 Sep 2011

ZDev is an open source software framework, consisting of modules for easy and quick embedded application development. ZDev is free and open source software, and is distributed under LGPL. ZDev currently supports the following microcontrollers:

  • P89V51RD2 - 8051 micro. from NXP

  • P89V664 - 8051 micro. from NXP

  • LPC1343 - ARM Cortex-M3 micro. from NXP

Read More ...

Categories: 8051, ARM, Product | Add Comment