Hey everyone,
I have a nonlinear system of equations solver for a particular situation that I have coded in C. It runs pretty fast, but before looking at implimenting the function in an FPGA, I would like to see how fast it runs in a stand alone processor that dosn't have to deal with operating system, etc.
Right now my compiled code is about 70 kB, and I will need about another 80 kB at run time for dynamically allocated arrays.
Can anyone suggest a cheap microcontroller with sufficent memory, capable of double percision trig functions (sin, cos, tan2, acos, asin, atan), and is programmable from C code?
Thanks for your input!
John Vickers
I have a nonlinear system of equations solver for a particular situation that I have coded in C. It runs pretty fast, but before looking at implimenting the function in an FPGA, I would like to see how fast it runs in a stand alone processor that dosn't have to deal with operating system, etc.
Right now my compiled code is about 70 kB, and I will need about another 80 kB at run time for dynamically allocated arrays.
Can anyone suggest a cheap microcontroller with sufficent memory, capable of double percision trig functions (sin, cos, tan2, acos, asin, atan), and is programmable from C code?
Thanks for your input!
John Vickers