• Class forward declaration with RealView Compiler
    Hello, i have a question related to Realview Compiler V3.0. Is the forward declaration of a class not supported or is it a mistake of me? Please look the example below: class clsB; // Forward...
  • C166 forward slash/backslash
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) support long filenames and forward slashes in pathnames? Our current 3.12 version doesn't like non 8.3 filenames and seems to have problems...
  • uVision Bug Forward/Back Navigation
    I've been using uVision for a couple months now (V5.15) and have experienced this bug that is extremely frustrating. The bug is that after using the Forward/Back navigate buttons, eventually, I get...
  • Looking forward to KubeCon NA, 2020
    The end of year is always busy with conferences and 2020 is no different, despite current restrictions, we are still able to meet virtually and engage with the community. Arm hosted its first virtual...
  • How to declare a Struct for Multiple files?
    At the risk of receiving a good thrashing, I need to ask a basic C code beginner's question: I want to declare/define an array of struct in a .h file that assigns it to xdata memory. /* Struct.h...