• Breaking instructions into two lines
    Hi everyone, How can I break a long instruction line into two or three lines to improve readability of the program written in " C language ? Best regards, Deepak
  • Admin - forum bug
    It seems the forum have a bug where it uses a global variable or file to store posted comments, so if two posts happens simultaneously, then the forum can throw away one posters text and instead insert...
  • In-system Flash programming and losing synchronisation
    I wrote a software module much like described in "IN-SYSTEM FLASH PROGRAMMING WITH C51", which is an article from the Keil Software Knowledgebase, but when i'm debugging it looks like Keil loses synchonisation...
  • Breaking a FLOAT in char
    Hi, I need to save a FLOAT value in a EEPROM. But for that I must break the float in 4 CHAR. I dont want to mask and shift, I prefer something more fency. Is there a way using the STRUCT and...
  • debug - break on watchdog reset?
    I'm using 87C51RA+ which includes watchdog timer on the PCA Module 4 I have been trying to set up a conditional break using the uVision2 Debug|Breakpoints dialog box. MAT4 and TOG4 are both set...