Author Topic: LPC1768 + Rowley CrossWorks 1.7 Reset Problem  (Read 8084 times)

Offline Prakash

  • Newbie
  • *
  • Posts: 17
    • View Profile
LPC1768 + Rowley CrossWorks 1.7 Reset Problem
« 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

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3237
    • View Profile
    • uTasker
Re: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
« Reply #1 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

Offline Prakash

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
« Reply #2 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

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3237
    • View Profile
    • uTasker
Re: LPC1768 + Rowley CrossWorks 1.7 Reset Problem
« Reply #3 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