• Customer Relations
    Okay, its me again. I ordered a sample set of 'widgets' from company XYZ, via email, and got zero reply. I waited a few days, then I called them. "The Guy" said that I should email them @ exactly where...
  • uVision copy from debug
    Is anyone else having an issue when attempting to copy from the debug window in Windows 7/Xp? If I copy to clipboard all I end up with is a heap of \r\n with no content, likewise if I save to file...
  • Cannot copy example
    I've installed MSP432Ware to my uVision 5.20.0.0. When I try to copy an example I get an error: Cannot copy example: Cannot find source folder: C:\Keil_v5\ARM\PACK\TexasInstruments\MSP432Ware\3...
  • Custom Build Ouput Messages
    Hi, Is there a way (pragma, etc) of displaying values of defines or enums after compilation in the build output window? I'm using uVision 5 with the arm compiler. Thanks.
  • Custom support for function pointers.
    Just as the compiler has added custom support for bits, it should also add custom support for function pointers. Here is one idea: //Saves on storage (1 byte) //Is faster (fixed jump table) /...