Hi All, I am using uVision V4.00 (RealView MDK-ARM version 4.00) and my device is LPC2148. I am able to write, compile, burn. But I am having a hard time debuggging. I can see/set all the peripherals. I can see stack function calls, function variables etc.. BUT MOST IMPORTANTLY I CAN'T SEE "GLOBAL VARIABLES" anywhere, I've tried to search it on net for a while but no luck yet. I'm declaring my global variables as
volatile char data[128];
Kindly tell me where can i see the global variables.