Hello,
I've been starting to get into level 0.1 programming after being able to loosely control an LED with GPIOTE and a timer interrupt using examples and API references (copying code parts from the example)
And now I'm just trying to read data(With the simplest method of ACTUAL Serial interface using a Clock and a Data pin)
and for some reason after enabling the timer the while loop doesn't seems to want to exit despite the sanctification of the condition which as a beginner realy makes the vision over this platform distorted and difficult
Here's the code:
Also pretty sure what ever I tried there to read that 24 bit data from that HX711 is not the proper way(using timer and all that salad there) but can't get to my mind how to do this otherwise sins the main clock frequency is realy too high for purely pulsing the clock signal the HX711 needs and in arduino you'd just write the shiftIn() function but here I have no idea of even how to look for it sins example API are rare and not that clear, and it'd take ages to scan the nordic info center documentation for that, so If there is a simpler method to read Serial data I'd be highly appreciated.
thanks for helping!