We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Currently working a school project where i need to control a servo using only assembly. I cant find anything anywhere that doesn't involve a C program.
I understand the use of PWM i just don't know how to implement it using the Cortex M0 instruction set.
Thank you all for your help. I am going to just write the code in C and call the function from my assembly source file. If anything, I will use the disassembled C code to figure it out. This has been a great learning experience.