2022-09-05 07:48 AM
When Motor control side Interupts occur It prolongs my code execuetion which I dont want because I want to be precise in timing of reading and writing.
So, I want to ask how to overcome this and How can I manage my code if writing it in Interupt callback fucntion or some other solution.
For and while loops used to write and read data from Encoder and for delays as well.
Suggestions are higly appreciated.
2024-01-30 12:53 PM
Really interested to know how you interface with Endat with an stm32. Trying to do the same here but struggling to figure out how. I would really appreciate if you showed me your method or code!