Skip to main content
DJ1
Associate III
September 27, 2023
Question

How to solve Integral and Differential Equations using STM32

  • September 27, 2023
  • 4 replies
  • 1691 views

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.

This topic has been closed for replies.

4 replies

Pavel A.
September 27, 2023

Here you can find helpers for your problem.

 

TDK
September 27, 2023

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
Super User
September 27, 2023

Hello @DJ1 

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

Best regards.

II

DJ1
DJ1Author
Associate III
September 28, 2023

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.