• interpreting data
    hello i have an array of 3 bytes unsgined char and i want to convert the 3 byte (hex) array to 1 byte (hex value). values in the array are between 0 - 9 only. unsigned char buf[3], output; buf...
  • interpreting data
    hello i have an array of 3 bytes unsgined char and i want to convert the 3 byte (hex) array to 1 byte (hex value). values in the array are between 0 - 9 only. unsigned char buf[3], output; buf...
  • Compiler interpretation of "Types"
    I'm having trouble with my firmware when I pass a value to a function that receives a float (The controller won't initialize correctly). The function is as follow: u16 u16SUPPLY_REF; //Global ...
  • Compiler interpretation of "Types"
    I'm having trouble with my firmware when I pass a value to a function that receives a float (The controller won't initialize correctly). The function is as follow: u16 u16SUPPLY_REF; //Global ...
  • ARM7TDMI - Obtain ARM Core Temperature
    Note: This was originally posted on 9th June 2011 at http://forums.arm.com Hi All, I want to measure the temperature of LPC2129 ARM processor core. The LPC2129 manual doesnt show if there is a temperature...