Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/16/12 13:21
Read: times


 
Msg Score: -1
 -1 Off-Topic
#187731 - Trapped in idle mode without interrupt subroutine.
hi,

I am working with MCB2300 , which has LPC2378(ARM7 ,32bit) . I had written a code in which after performing a task the MCU goes into sleep mode. I have not given any interrupt sub routines. and no interrupts are enabled.

I am not able to program the MCU throug JTAG. Kiel error is as follows "No JTAG Device Found".
I feel that the MCU is trapped in idle mode , hence the JTAG interface is also not active.

Please tell me if there is alternate way of programming the MCU , other tahn JTAG which would be active in the idle state , or suggest some method to get it out of the idel state.

int main()
{

// perform task
state1();

// goes to idle mode
PCON |= 1 ;

state2();

return 0;
}

List of 3 messages in thread
TopicAuthorDate
Trapped in idle mode without interrupt subroutine.            01/01/70 00:00      
   why not go to an ARM forum?            01/01/70 00:00      
      RE: just saw it at Keil            01/01/70 00:00      

Back to Subject List