From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?big5?B?qkyn07PT?= To: Subject: [ECOS] MPC823 interrupt problem? Date: Tue, 27 Mar 2001 06:18:00 -0000 Message-id: <019b01c0b6c8$aa250080$8267608c@e> X-SW-Source: 2001-03/msg00450.html Hi everyone: I am porting eCos on my custom board. The CPU on my board is MPC823. Redboot is ready for my borad. But I try to run hello example using default template, it will stop on undefine code. I use Trace32 to debug the hello program. When the code enable interrupt in cyg_Scheduler::start(), it will stop on undefine code ( at CYGARC_PPC_EXCEPTION_DECREMENT+0x888) What problem may I meet?? or What should I set or unset option at configuration tool?? Thank you very much !! Ken