• Bug on cc-debugger or on keil ?
    Hi, i have buy a kit from digikey of texas cc1110F32 mini 868. But some strange problem happening. I have configured a pin ( P1.2 Button S1 of kit mini 868 CC1110F32) on falling edge with...
  • bug with debugger or bugger debugger
    Hi, one more time a got problems :'-( in fact when i start degugger i got a message : couldn't load file "toto" debugger aborded. And after it crash the programm keil µvision2 :-( Toto is the...
  • Debugger bug?
    Hi, I must be honest, I'm to lazy to find out if someone has already reported this (I think) bug. I submitted a bug report to Keil: Using uVision V4.53.0.0 I suspect that the [Call Stack...
  • Bug in debugger or compiler?
    I have a slight problem with the following code: unsigned char code * code x[] = {"a", "b", "c"}; void main() { unsigned char a; for(;;) a = x[0][0]; } The device used is the Philips 8xC51MB2...
  • Debugger Bug ??? (FastGPIO on NXP)
    Having had problems in the past trying to debug FastGPIO, I recently tried again. I've just spent a considerable amount of time isolating what I believe to be another interesting (and frustrating...