Content originally posted in LPCWare by Darko8 on Wed Mar 14 04:53:41 MST 2012
Hello,
I'm using LPCXpresso board with CodeRed LPCXpresso software. I'm using default unmodified CMSIS2 library and USB library from base board (RDB1768cmsis2_usbstack).
(Default 12MHz clock without any modifications of PLL settings in library)
I made sure that workspace is clean and with default values by switching to other workspace and reimporting all libraries and examples from archives.
When I hover the mouse cursor over relatively large array (8192 B) I get an error:
15: Target error from Read Memory Not connected
If I do the same for small array or variable it is working OK (I can see LED blink on LPC-Link board every time I hover the mouse over some variable).
I can also step over or into functions without any problem just until I hover the mouse over such array.
Is there any setting for communication timeout or maybe for defining maximum array length read back to IDE?
I'm on the very tight schedule so I need answer asap.
Any suggestions?
Regards, Darko