• Keil Bug
    Hello Look at this code if i replace 1024 in array with more than 2048 compiler work fine but micro hang !! program work fine with 1024 or less. i use at91sam7x256 this have 64KB Ram. if i replace...
  • Possibly a bug in Keil Simulator
    Hello guys, I'm trying to simulate this simple code with Keil UV4.. //----------------------------------------------------------------------------- // Includes //-------------------------------...
  • Bug in Keil debugger?
    Hi guys. I'm trying to simulate a code for MSC1210 (Texas Instruments). The problem is that I have serious doubts about the results of the simulation since I've detected the following situation: ...
  • Is this a bug for KEIL C?
    Create a simple project, use 8051 chip; input a simple program void main(void) //1 { //2 char a,b; //3 a=-1; //4 b=a/2; //5 while(1); //6 } build and debug step by step Open watch window...
  • 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...