How do I start programming motors to run back and forth at specified RPM's (not using ramping options)
Hello all, a consulting firm has started to use the Nucleo F302R8 and the X-nucleo IHM07M1 to run our two brushless DC motors for a medical device my company makes. For my project I simply need to make the motors run back and forth for a specified amount of time at specified RPM's. However, I am brand new to C-programming and thus I am wondering: (1) where would I input code to make the motors run back and forth and at specific RPM's (not talking about the ramping options, I need the motors to run continuously back and forth); (2) what commands can I use to specify these parameters once I am in the right place (sample code would be very, very helpful).