Rev 370 | Blame | Last modification | View Log | SVN | RSS feed
## Node specific configuration file#This configuration sets up a NodeEssential, v2 with ID 2. The AVR is using external clock source, 20MHz (taken from MCP2515, using it's clock output.HW_NAME=NodeEssentialHW_VERSION=2#NODE_ID should be allocated from a database and not specified hereNODE_ID=2F_CPU=20000000UL#---MEGA8---#MCU=atmega8#HIGHFUSE=0xd4#LOWFUSE=0x24#BOOT_START=0x1e00#---MEGA88---MCU=atmega88HIGHFUSE=0xdcLOWFUSE=0xe0EXTFUSE=0x04BOOT_START=0x1E00#---mega168---#MCU=atmega168#HIGHFUSE=0xdc#LOWFUSE=0xe0#EXTFUSE=0x02#BOOT_START=0x3B40# CAN configurationCAN_CONTROLLER=MCP2515MCP_CLOCK_FREQ_MHZ=20MCP_CAN_BITRATE_KBPS=1000#Some usual settings of fuses#LOWFUSE for mega88 and mega168#0xe7 #CKDIV8=1, external crystal#0xe0 #CKDIV8=1, external clock#0xe2 #CKDIV8=1, internal RC#LOWFUSE for mega8#0x24 #BODLEVEL = 4.0V, BODEN=enabled, internal 8MHz#0x20 #BODLEVEL = 4.0V, BODEN=enabled, external clock