About writing control systems in C
reddit.com·1d·
Discuss: r/embedded
Flag this post

Hello,

I’m seeking advice and experiences from those who write control systems in C. I’ve been working on this embedded control system project for around 2 years, mostly on the application logic side.

Recently, Ive been porting code from an older system to the current one and its been a somewhat painful experience (mostly because the old code is some insane spaghetti and there are no real specifications for how the system should work in detail). In both of these systems, while physical I/O and other data are relatively well abstracted, they are very dependant from the libraries and tools of the control system hardware provider. This data is basically in global scope and available to be used anywhere in the application. Everything is dependent on everything which makes things like …

Similar Posts

Loading similar posts...