µTasker Forum

µTasker Forum => µTasker general => Topic started by: Prakash on August 31, 2010, 06:11:08 AM

Title: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
Post by: Prakash on August 31, 2010, 06:11:08 AM
Hello,

I have used start up files and xml files of
http://electronix.ru/forum/index.php?s=e6d164ca26ca991f502cf99e05f29e72&act=attach&type=post&id=38499
for led toggle. Its working fine in debug mode but after resetting, the control not goes to the main function.
 
It would be great if anyone could share light on this

-Prakash
Title: Re: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
Post by: mark on August 31, 2010, 04:55:41 PM
Hi

I believe that some of the code in the Rowley project waits in a loop for the debugger to start it.
There tends to be defines which can be set to remove this and so allow the board to start normally.

Regards

Mark
Title: Re: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
Post by: Prakash on September 02, 2010, 09:17:11 AM
Hello,

Thanks for your responses.

In have attached the LED toggle code. Its working fine with JTAG. After resetting through IDE (Target->Reset Macraigor Wggler), also its working fine. But after hard resetting its not working.

And same source files are working through Keil workspace, after hard reset.

I would really appreciate your help.

-Prakash
Title: Re: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
Post by: mark on September 02, 2010, 03:56:46 PM
Hi

In fact I think that you may need to upgrade to Rowley Crossworks 2 for complete LPC17XX support.

Regards

Mark