• Hexadecimal Arithmetic
    I want to carry out following Hexadecimal Arithmetic operation using C code Multiplication...................................... char A[2] = { 0x01, 0x02}; char B[2] = { 0x03, 0x04}; I want...
  • accelerator
    hi i have a routing protocol and am supposed to create an accelerator to minimize time and energy consumption . my accelerator is supposed to calculate the distance between a cluster head and a normal...
  • uVision: Memory Window Arithmetic
    I'm sure I have seen / read something about this before, but I cannot now find that source. I have added a variable to the Memory Window in uVision, "MyBuffer" for example. How do I specify IN THE...
  • 64bit arithmetic on Cortex-M0
    Hello :) I am writing a C program that I would like to import to an ARM Cortex-M0. As new(very new) to the field I have a question that annoys me some days now. From Generic User Guide of...
  • fast arithmetic operations
    Hallo Everybody, How can I make arithmetic operations like divisions faster. e.g: sine = factor / 10000; Can I simplify this operation?