Chameleon-AVR Nurve Networks, Chameleon-AVR Datasheet - Page 150

MCU, MPU & DSP Development Tools AVR8 & PROPELLER DEV SYSTEM (SBC)

Chameleon-AVR

Manufacturer Part Number
Chameleon-AVR
Description
MCU, MPU & DSP Development Tools AVR8 & PROPELLER DEV SYSTEM (SBC)
Manufacturer
Nurve Networks
Datasheet

Specifications of Chameleon-AVR

Processor To Be Evaluated
AVR 328P
Data Bus Width
8 bit
Interface Type
USB, VGA, PS/2, I2C, ISP, SPI
Operating Supply Voltage
3.3 V, 5 V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Example(s):
As noted, the shutdown function really only disables the ISR’s, so you can still use the manual transmit and receive
functions if you wish.
_________________________________________________________________________________________________
Function Prototype:
Description:
Example(s):
newlines.
_________________________________________________________________________________________________
Function Prototype:
Description:
Example(s):
_________________________________________________________________________________________________
Function Prototype:
Description:
Example(s):
void UART_Newline(void);
void UART_Print_String(char *string);
void UART_Print_Int(int num);
Initialize UART to N81, 38400, manually transmit “Chameleon”, shut the UART down.
Assuming the Chameleon AVR is connected to a PC or other terminal with VT100 capabilities, print 10
Print out “Hello World!”.
Print the powers of 2 from 1 to 256.
connected to the Chameleon AVR, this function is a nice helper to print newlines when needed. Returns
nothing.
string, takes a pointer to the ASCIIZ string. Returns nothing.
UART_Newline() simply send a CR/LF (0x0A, 0x0D) to the UART. Assuming, a terminal program is
UART_Print_String(…) prints a NULL terminated string. The function first prints a newline then the
UART_Print_Int(…) takes a signed decimal integer and prints it to the UART. Returns nothing.
© 2009 NURVE NETWORKS LLC “Exploring the Chameleon AVR 8-Bit”
150

Related parts for Chameleon-AVR