Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWriting .txt file in SD Card - DE2
Hello, I am Student from a University beginner in FPGAs, and I was doing a project with Nios II that uses a Altera DE2 Board to do some operations and save the results. The main ideia was to transmit...
Altera_Forum
Honored Contributor
14 years agoDidn't try to write on SD yet ... but, the "Enter" of the keyboard is the combination of two ascii codes: 13 (carriage return) that just gets the cursor back to the start of the actual line, and 10 (line feed), that goes to the next line on the file. You could try using the line feed to try to write the matrix you want.