2023-09-27 02:57 AM
Hi everyone, i have a requirement where i need to work on the basic PID operations. For that i want to know how i can perform integration and differential equations using STM32F401RE controller. I had a glance through the "math.h" library but now sure which function can get my work done. Please share some insights.
2023-09-27 03:07 AM
Here you can find helpers for your problem.
2023-09-27 06:07 AM
There is nothing STM32-specific about solving differential or integral equations. You would solve them on the chip the same way you would solve them anywhere else.
2023-09-27 06:25 AM
Hello @DJ1
I suggest you to write or try to find a script that can do this operation.
Best regards.
II
2023-09-27 09:01 PM
Yeah okay, actually my concern is do we have any function in "math.h" which can help us do that or not. I went through it and found many mathematical operations are possible.