• Keil Compiler - SizeOf DataTypes
    Is there a datasheet or a link someone can point me to that lists the size of data types when compiling an arm cortex using keil? I'm interested in the microcontroller LM3S1958, but there doesn't...
  • Is 'unsigned' a datatype by itself?
    Hi, I have seen that some of the example programs availbale in this site define/declare variables as unsigned. For eg: unsigned voltage; //A-to-D example program What type would voltage in the...
  • floating point datatype
    Hello Can any body tell me how to use floating point datatype for programming in C in kiel. i have defined in the following way float i= 19.5; or float j= 18.2/255; but these are given as...
  • how/ where is the "TARGET_IS" defined? for Tivaware on TM4C129
    I am having trouble changing from a Texas Instruments TM4C123 to TM4C129 that are Arm Cortex-M4 In Texas Instruments "Tivaware" many libraries which have something like: #if defined(TARGET_IS_TM4C123_RA1...
  • CMSIS-RTX, where is ''struct os_mutex_cb" defined?
    hi, I'm looking for 'struct os_**_cb ', such as 'struct os_mutex_cb' from the source code of CMSIS-RTOS, but just cannot find it. 'struct os_**_cb ' is used in os_cmsis.h, and I know they are implementation...