Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Discussion Groups

Discussion Groups | TMS320C54x | how to access a continue io space in tms320vc5402?

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

how to access a continue io space in tms320vc5402? - ÿffffffffffbdÿfffffffffff0 ÿffffffffffd5ÿfffffffffff 2?= - May 5 9:02:37 2008



i have a 2k x 8bit dpram in 5402's io space,now my
problem is how to access the 2k io space continue in
accembly.
read through the user guide of c5x instruction, it
seemed that the io space can only be access by a
single address, ex:
port( PA) = Smem

port(7h) = @OUTDAT ; OUTDAT .equ 07h
the PA is a immediatly value.

how can i access a continue io address?
thanks! 
------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



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

Re: how to access a continue io space in tms320vc5402? - Jeff Brower - May 6 3:02:51 2008

JZ-

> i have a 2k x 8bit dpram in 5402's io space,now my
> problem is how to access the 2k io space continue in
> accembly.
> read through the user guide of c5x instruction, it
> seemed that the io space can only be access by a
> single address, ex:
> port( PA) = Smem
> 
> port(7h) = @OUTDAT ; OUTDAT .equ 07h
> the PA is a immediatly value.
> 
> how can i access a continue io address?

  http://focus.ti.com/lit/an/spra507/spra507.pdf

This doc uses a "self modifying code" method.

-Jeff

------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



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