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).
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
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