Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Ads

Discussion Groups

Discussion Groups | Freescale DSPs | DSP56303EVM: using the host interface for GPIO

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

DSP56303EVM: using the host interface for GPIO - GuillaumeDesj - Jun 11 23:21:00 2003



Hi,

I am currently trying to use the HIO8 interface on the DSP56303EVM
for GPIO. However, I cannot get anything to the output pins....
Here is the code I used to setup the HPCR and HDDR registers

HPCR EQU $FFFFC4 ; host control register
HDDR EQU $FFFFC8 ; host GPIO data direction register
HDR EQU $FFFFC9 ; host GPIO data register

bclr #HEN,x:HCR ; disable host interface
bset #HGEN,x:HCR ; enable GPIO on the host interface
movep #HDDR_VALUE,x:HDDR ; configure the 8 bits as outputs (8
bits I/Q output)

However when do (for example)...
bset #0,x:R
i don't observe anything on the output pins...

One other questions.... which pins does bit 0 and bit 1 map too ?
pin 11-12 or pin 1-2 (of J3) ?

Thanks in advance,
Guillaume




(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )