Anyone here an expert at low level languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Anyone here an expert at low level languages?

I have a problem with a module I built for testing a PLC in my home. It is supposed to measure air temperature and barometric pressure inside, but the values are way off. I built with a mix of C and ARMs RISC instruction set ( feel free to ask in comments if interested ). Anyway I am just looking for debugging tips. Where could I start? (And please don't say Google, I also posted this question on ARMs forms)

21st Apr 2017, 1:50 PM
The Artist Formally Known as Jeremy
The Artist Formally Known as Jeremy - avatar
4 Answers
+ 12
Are the values off by a specific amount all of the time? Maybe you could just adjust the math so that it shows the correct numbers? Just a shot in the dark 😁
21st Apr 2017, 2:06 PM
Peter Cruckshank
Peter Cruckshank - avatar
+ 14
I don't think SL is exactly where you would find experts for these, but let's just leave the thread here and see if someone can get the job done.
21st Apr 2017, 1:56 PM
Hatsy Rei
Hatsy Rei - avatar
+ 2
Figure I would try my luck. Thanks anyway
21st Apr 2017, 2:03 PM
The Artist Formally Known as Jeremy
The Artist Formally Known as Jeremy - avatar
+ 2
Was using the wrong formula. Most of my issues are fine now
21st Apr 2017, 2:53 PM
The Artist Formally Known as Jeremy
The Artist Formally Known as Jeremy - avatar