• locate copyright
    Using c51/a51/bl51 is there a simple way to guarantee that a copyright message will appear in the code memory immediately following the interrupt vectors? in advance, thanks Erik
  • locate copyright message
    I want to put a copyright message into the ROM. How do I make the linker locate it immediately after the interrupt vectors? Thanx, Erik
  • Linker warning suppression
    Hi, Is there a means of supressing linker generated warnings? I realise they're there for a reason, but this one's deliberate. I forget the error code, but it's concerned with the location of an...
  • Suppress compiler warning
    I'm using uVision 4 with an ARM9 and implementing the zlib compression library. I'm getting a lot of warning messages "warning: #1294-D: Old-style function deflateInit_" because the library uses the...
  • How to suppress an error
    In ST motor control code I have a section that compiles with warnings in the STM32CubeIDE & build okay but in Keil MDK gives an error and won't build. #define PH_KIDIV_LOG 38 #define PH_KDDIV_LOG 10...