Hi, I am having a problem with an S9S12G96, I have to use the AD port as output. On CODEWARRIOR Processor Expert correctly initializes the port:
MOVB #255,DDR0AD
MOVB #255,DDR1AD
I make it clear that I do not use these ports for anything else (ADC...)
The ADH and ADL ports seem to be configured as output, but I cannot control them... the lines:
MOVB #255, PT1AD
MOVB #255, PT0AD
Seem inoperable, outputs remain at 0
Someone ? to help me ?
THANKS !!!