Search:

Support for 8051 C compiler toolset

Application Notes

File Date Size Description
AN008-10.PDF May 23 2003 417kB Function Pointers and Bank Switching
How to use function pointers when using code bank switching.
AN008-09.PDF Nov 13 2002 481kB How to include a user-defined makefile in your 8051 project
As an example it shows you how to use the hexconv.exe utility to generate a .bin and .dmp file.
AN008-08.ZIP Mar 08 2001 49kB MiniLZO (De)Compression Library
LZO implements the fastest compression and decompression algorithms around. MiniLZO is a lightweight subset of this library and we ported it to 8051.
AN008-07.ZIP Feb 01 2001 4kB UART example for ADuC812 QuickStart Development Board
This example will perform an ADC conversion every 100 ms using the ADuC812 QuickStart development kit of Analog Devices. The example was derived and adapted from adc2uart.c as included in that same package.
AN008-06.ZIP Feb 01 2001 3kB UART example for Systronix uCAN2
This example has been ported from hello40.asm as included in the Systronix developers' board uCAN2. It will print "Hello World" on uarts 0 and 1 using busy waiting protocol.
AN008-05.ZIP Dec 21 2000 7kB Example: Interfacing Firmware
Sometimes an application must interface with firmware that does not match the parameter passing protocol of TASKING. In that case the application will have to setup the parameters prior to envoking the firmware. This example explains how to.
AN008-04.PDF Sep 26 2000 47kB The anatomy of the Makefile
This appnote explains the structure and elements of a makefile in detail. Such file is generated for your project by EDE, and executed by the make utility mk51. The appnote also gives you information on how to set up your own makefile.
AN008-03.EXE Sept 17 1999 95kB 8051 Boot Loader
This appnote consists of a PDF document plus two EDE projects. It shows how a bootloader can be implemented. The bootloader will download a simple program that toggles port P1 at regular intervals. Both bootloader and program have their own startup.
A0802_02.PDF June 1996 9kB #2: Using the Nohau emulator
This application note gives you some hints on debugging TASKING C51 code with the Nohau Emulator.
A0802_01.PDF June 1996 12kB #1: Intel PL/M51 & TASKING PL/M51
This application note describes the compatibility issues of the Intel PL/M51 compiler and the TASKING PL/M51 compiler, with regard to source files and invocation.
AN51RM.TXT Sept 8 1994 3kB README file XVW51/ROM monitor
This text file describes how to adapt the XVW51 ROM monitor to let it run using another registerbank than the default one: bank 3. It also describes the fixes that can be applied to the sources of the 8051 ROM monitor for versions 1.0 and 1.1.