linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Access to registers of MPC823E
@ 2001-10-17 10:19 David de Andrés Martínez
  2001-10-17 12:33 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: David de Andrés Martínez @ 2001-10-17 10:19 UTC (permalink / raw)
  To: linuxppc-embedded


Hello,

I'm trying to write a program to run in Linux 2.4.4 (booting from
PPCBoot) on a TQM823L (MPC823E), but I'm having some problems.

I have the following definitions in the headers:
----------------
#define TCGR IMR_USHORT(0x0980)
#define IMR_USHORT(addr) V_USHORT(CFG_IMMR + addr)
#define IMR_USHORT(addr) (addr)
#define V_USHORT(a) (*(volatile unsigned short *)(a))
#define CFG_IMMR 0xFFF00000
----------------

When my main program tries to access to TCGR to read or write it simply
exits out of the program without a warning into the shell.
----------
> ./main
> START....
>
----------

Just to check if something is wrong, I have tested this code:
-----------------
 unsigned long immr;

 asm( "mfspr %0,638": "=r"(immr) : );
 printf("IMMR = %li\n", immr);
----------------

But it didn't printf anything, just gets out of the program as before.

Got any idea of what can be going on?

--
----------------------------------------------------------------------
| David de Andrés Martínez   | Fault Tolerant Systems research Group |
|                            |                                       |
| Computer Science Engineer  | Email: ddandres@disca.upv.es          |
| Doctorate Student          | Phone: +34 96 387.75.74 Ext 75774     |
|                            | Fax: +34 96 387.75.79                 |
-------Address--------------------------------------------------------
|                 DISCA-EUI                                          |
|                 Universidad Politécnica de Valencia                |
|                 Campus de Vera #14                                 |
|                 Valencia E-46021                                   |
|                 Spain                                              |
----------------------------------------------------------------------

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-17 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-17 10:19 Access to registers of MPC823E David de Andrés Martínez
2001-10-17 12:33 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).