• Another feature clasified as BUG
    When I place function directive 'code', the Keil compiler recognize it as supposed to be located in execution area. But how the Keil knows, the 'code' can only mean CODE. In my case CODE does not exist...
  • Two Interrupt routines bugging one another ??
    My application is using two interrupts at the same time: serial interrupt and external interrupt (INT0). I seems like they are bugging one another, and sometimes it causes the program to hang. Could...
  • ADMIN: Moderator-locking or yet another forum bug?
    The recent thread http://www.keil.com/forum/19213 is now locked. Is this a silent moderator action, or one of many errors with this forum - like old threads allowing one (1) post to be added...
  • testing
    I am using a graphical LCD for which it is interfaced with the microcontroller AT89C51 Now we do not know whether the external RAM and eeprom of that mcu has the code.. how do we check that the...
  • ROM Self-Test in MDK-ARM - Another Approach Sought
    Hi, I'm in the process of porting my Flash memory check for STM32F0 from gcc to mdk. The gcc check follows a method similar to: http://stackoverflow.com/questions/24150030/storing-crc-into-an-axf-elf...