NIOS II : How to Getting started
Hi,
I hope this post finds you all good in health.
I have FPGA background(Verilog based designing in some other FPGA).
Now, I got a job where my task is to write NIOS II based C codes.
The thing is, I know C language, but I don't know anything about Microprocessors and Microcontrollers.
I have done few getting started tutorials in NIOS II, but the thing is, this is not helping.
C macros seems to contain a lot of "background substance". Which I am missing right now.
So, I need an opinion from somebody already experienced in such cases, that how to jump situations like this when it comes to microprocessor programming?
Please keep in mind that my final task will be to develop codes for Automotive sensor development.
I am posting this here because I know there are many guys and girls around here, who are best in the world, and this is a right forum to ask.
Thanks :)
//Tahir
Hello TRoa,
First of all, you need a very good knowledge of C / C++,I have been programming C for many years, and I still discover new things: The Waite Group has very good books ("C primer plus", "C++ primer plus" by Stephen Prata).
Second there are good books by Mr. Pong Chu "Embedded SoPC Design with Nios II Processor and Verilog Examples".
Read these books, and you will have a solid background to start your quest.
Third, get yourself a development board a DE10-standard or something similar and start doing experiments. Do not use the SOC itself, use an FPGA based Nios-II processor embedded in the fpga for simplicity.
Do not underestimate the task before you, the learning curve is steep and difficult mostly due to the combination of different tools. In the beginning nothing will work and you will do a lot of cursing. Do not give up, sooner or later you will make progress.
Best Regards,
Johi