SIGInxt
Class 3
links:
- www.instructables.com – examples of art using electronics
- http://www.mcselec.com/index.php?option=com_content&task=view&id=14&Itemid=41 – compiler for the board we use
- http://fires.bsccm.net/forum/modules/newbb/ – website of the BScCM
what we did:
in the program
first get the adress of the LPT1
set the options/compiler/chip to m48def.dat
set options /ennvironment uncheck reformat code
set options/programmer Sample Electronics Programmer
set the LPT address
click green board button after having saved
manual program
check that the chip detected is the right one
if after writing program nothing happens
check in IDE : program after compile
and also auto-flash in environment
to simulate remove the program after compile
and set simulater to run after compile
Always define the hardware first
then define the input and output ports
TODO
learn about data statement
Post a Comment