Forum Discussion
Suggestions on effectively learning NIOSII Soft programing
- 3 years ago
Hi,
For starters, you can quickly run through any of the booting methods that your board can perform:
Choose boot from OCRAM for example:
Go through the steps up until the "Programming" part.
For learning, you can go through the document as a whole.
Yes, I am going through the book and wanting to try out the simpler examples before moving onto the SD card part.For now I am trying to get on the handle of the syntaxes.Thanks for your suggestion
I do have some other problem to an example code I found for displaying LCD characters. In a certain line in the example the following line was written:
IOWR_ALTERA_AVALON_PIO_DATA(LCD_BITBANG_BASE,0x00600|data);
The documentation didn't explain any thing for the above line.Is it doing an or operation among the hex datas?