• Variables zeroed out when doing simple math
    I'm using RTL for my project, and what I am finding is that when I pass parameters (mentioned in another post) and when I do simple math the variables are zeroed out? What in the world would cause...
  • Variables zeroed out when doing simple math
    I'm using RTL for my project, and what I am finding is that when I pass parameters (mentioned in another post) and when I do simple math the variables are zeroed out? What in the world would cause...
  • Is there any simple math library that is optimized for aarch64, like NE10 for v7
    I'm looking for a simple math library that is optimized for aarch64. NE10 looked perfect but I ended up finding that it doesn't support math functions for aarch64. Arm Compute Library looks a bit...
  • Is there any simple math library that is optimized for aarch64, like NE10 for v7
    I'm looking for a simple math library that is optimized for aarch64. NE10 looked perfect but I ended up finding that it doesn't support math functions for aarch64. Arm Compute Library looks a bit...
  • Maths Routine Problem???
    Hi all, I managed to get my interrupts working, and i have figured out a way to calculate the heart rate which is: z = 60/(0.39*R7) = 153.84/R7 = 154/R7 But when i tried this formula, the...