We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I started my first project on the LPC2368 using uVision. During this time, sometimes the program goes to DAbt_Handler. It locks like the reason is calling printf (by commenting-out printf the problem disappearse). Then I move some code around and the program is running again (without any new code added). For the first it looked like a stack problem. So I increased the user/system stack from 0400 to 0800, without any result. I couldn't find any regularity behind it and in the meantime I'm helpless. Any idea? Any help? Peter
Check MAM Errata. Use MAM Control Partially Enabled.
Thank you Viktor. I read the errata and it seems like it would solve the problem. I have done so and will look forward. P.