• workaround to disable serial echoes causes linker warnings
    I am trying to use the C8051 uart in a C program to talk to an AT modem device. To do this I need to work around the Keil library getchar which echoes received characters. So I made my own getchar function...
  • Error 268 workaround for 2.1 c compiler
    I'm trying to enable some c99 features on an older version of the compiler (2.1); specifically the ability to instantiate variables after code execution. Is there a compiler flag to do this? Note, -...
  • MISRA C Union Workaround
    Hello everyone, I am writing some code using an 8051 device and I'm trying to make the code MISRA C compliant. One of the MISRA C rules is that unions are not allowed (and truthfully, I don't fully...
  • RealView MDK ARM 3.03a problems and workaround
    Hi All, I'm working with an Atmel AT91SAM7S256 (ARM7 Core) and using the new version 3.03a of MDK ARM Keil Environment. I had discover two problems with this version, but I had also find some workaround...
  • Stop sound on compilation completion
    Hi, I know it's a really minor thing, but I don't suppose anyone knows how to turn off the annoying chime after compilation completes on MDK-ARM (uVision) 5.30? Regards, Alex