Forum : ARM
Original Post
Post Information | Post |
---|---|
December 1, 2009 - 8:49am
|
There are several functions in my program where the following tables are declared: unsigned char Buf[512]; When I debug these functions and want to watch "Buf" table the debugger always displays only first 64 elements of Buf instead of 512. Why is this ? (I use RLink-STD; does it have any limitation as to number of variables that can be watched in the debugger ?) |
Hi
This is indeed a limitation of the debugger but a software limitation.
It is not related to the the kind of RLink you use.
You can check that is the same when using the simulator.
Regards,
Matloub