For me, I got this working (though only in the main loop as I said) but Im dropping bytes sometimes. This also didnt happen with the 3.x version. What's different here? Its the same master sending...
Type: Posts; User: julius
For me, I got this working (though only in the main loop as I said) but Im dropping bytes sometimes. This also didnt happen with the 3.x version. What's different here? Its the same master sending...
have you added myFunc() as the handler ->
mySPI.onReceived(myFunc); in setup()
That's the only point where the handler is added.
In the 3.x library you didnt have to do the mySPI.begin() bit...
I think I found what causes the error but don't quite understand why its different here than in the 3.x version.
if I disable the interrupt and read the spirit line in the main loop, I need to...
nope, that's not it. I actually get all the right data but after quitting transmission the application doesn't exit the callback.
Okay done, everything is fine (I verified by running a simple script just reading out the pin status which is high when there's no data send)
I can see the SCK running alright by just looking at...
Hi, so I've always used your 3.x version of this library but now I've tried to port my already existing project to the T4 version and the problematic thing is that the library doesn't detect the...