Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum

Re: ports sind fehlerhaft Kategorie: CC-Pro Unit & Appl.Board (von PeterS - 31.12.2012 12:47)
Als Antwort auf Re: ports sind fehlerhaft von Franz - 30.12.2012 18:48

> >Hallo ich habe ein Probelem mit meinem Application board mega 128
> >wenn ich über mein Programm
> >das port c anschalte geht port g an.
> >Ich habe einmal den CPU ausversehen ein bisschen falsch angeschlossen
> >danach ging er trotzdem noch.
> >Ist es schlimm wenn mann das Programm auf einem Board übertragen hat und den
>CPU in ein anderes Board eingesteckt.  

Nein, das ist nicht schlimm. Man kann die Unit auf ein anderes
Board stecken, ohne das das Auswirkungen hat.

Auf PortG liegen auch noch Adressleitungen für das externe RAM. Wenn
das auf einem Applicationboard eingeschaltet ist, sieht man da
Aktivität.

GrusS Peter

> >Das Programm ist in Basic
> >
> #define P1 16
> #define P2 17
> #define P3 18
> #define P4 19
> #define P5 20
> #define P6 21
> #define P7 22
> #define P8 23
>
> Sub main()
> Port_DataDirBit(P1,PORT_OUT)
> Port_DataDirBit(P2,PORT_OUT)
> Port_DataDirBit(P3,PORT_OUT)
> Port_DataDirBit(P4,PORT_OUT)
> Port_DataDirBit(P5,PORT_OUT)
> Port_DataDirBit(P6,PORT_OUT)
> Port_DataDirBit(P7,PORT_OUT)
> Port_DataDirBit(P8,PORT_OUT)
>
> Port_WirteBit(P1,PORT_ON)
> Port_WirteBit(P2,PORT_ON)
> Port_WirteBit(P3,PORT_ON)
> Port_WirteBit(P4,PORT_ON)
> Port_WirteBit(P5,PORT_ON)
> Port_WirteBit(P6,PORT_ON)
> Port_WirteBit(P7,PORT_ON)
> Port_WirteBit(P8,PORT_ON)
>
> AbsDelay(5000)
>
> Port_WirteBit(P1,PORT_OFF)
> Port_WirteBit(P2,PORT_OFF)
> Port_WirteBit(P3,PORT_OFF)
> Port_WirteBit(P4,PORT_OFF)
> Port_WirteBit(P5,PORT_OFF)
> Port_WirteBit(P6,PORT_OFF)
> Port_WirteBit(P7,PORT_OFF)
> Port_WirteBit(P8,PORT_OFF)
> End Sub
>

>
> Ich würde mich über Hilfe freuen.


    Antwort schreiben


Antworten: