Microcontroller Propeller 1

IO pin manipulation using PASM

Introduction One of the most useful features of the Propeller chip is its high number of I/O pins coupled with its eight coprocessors called cogs. After boot up each of the Propeller’s 32 pins can be programmed to act as…

Control IO pins from any cog

Introduction The Propeller 1 has 32 I/O pins and 8 processor cores, known as cogs, that allow true real-time parallel processing. The I/O pins are available to all 8 cogs (cores). So how do you control them in each cog,…