Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhat Altera Dev board should I get?
I am looking to implement an embedded system which is going to control and orchestrate a whole bunch of fast switches on/off etc. Main requirements are that I need to talk to the board via seri...
Altera_Forum
Honored Contributor
14 years agoIf a 100MHz cpu without floating point and with a small code/data memory will do what you need to do, the nios will work fine.
If your code/data is large enough to need external memory that will slow it down a lot more. I'm not sure I'd actually want to run Linux on ot. OTOH, if you don't use any of the Altera supplied library code (especially printf!), you only need about 4 asm instructions before jumping to C and you can do quite a lot in a small amount of code with no operating system code at all.