Hi to everyone!
I'm working with DRV8312-69M KIT, and I'm following the labs. I want to do an automatic identification of motor parameters, which means that:
- first run motor parameters ID, and store the measured parameters
-then run the inertia ID, and store the measured inertia
I cant modify the values of user.h because they are declared as #define, and value can't be changed.
I tried to declare them as variables in user.c, but i get linking errors. I also tried to declare as external variables. There are a lot of functions depending of these values of user.h, how could I solve it?
Any input would be great! Thanks