• Casting to a union type without using a dummy variable
    Hi all, I am trying to find a way to cast a value to a union type without the use of a dummy variable. My union definition is something like typedef union _MY_UNION { unsigned long u32; unsigned...
  • Casting to a union type without using a dummy variable
    Hi all, I am trying to find a way to cast a value to a union type without the use of a dummy variable. My union definition is something like typedef union _MY_UNION { unsigned long u32; unsigned...
  • Casting Char Pointers to Other Data Types
    I just found an insidious and disconcerting characteristic of the uVision3 ARM compiler V3.12a. I have inherited C code to migrate to the ARM processor. This C code uses unsigned char pointers quite liberally...
  • Casting Char Pointers to Other Data Types
    I just found an insidious and disconcerting characteristic of the uVision3 ARM compiler V3.12a. I have inherited C code to migrate to the ARM processor. This C code uses unsigned char pointers quite liberally...
  • DS-5 data type definitions
    Hi, I'm looking for a list of definitions of each of the data types which are appended to the end of values for ARM DS-5 v5.20.1. I have looked and searched the ARM DS-5 v5.20.1 documentation to no avail...