cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve Integral and Differential Equations using STM32

DJ1
Associate III

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.

4 REPLIES 4
Pavel A.
Evangelist III

Here you can find helpers for your problem.

 

TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".
Issamos
Lead II

Hello @DJ1 

I suggest you to write or try to find a script that can do this operation. 

Best regards.

II

DJ1
Associate III

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.