Forum Discussion
Altera_Forum
Honored Contributor
11 years agosystem console, external memory, multiple masters
Hi guys Im fairly new here. Im working with a cyclone V GX board and have used qsys to add a memory controller in my nios code to control some lpddr memory on the eval board. Im u...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Hmmm. works in "cool term" just fine, but not putty. ill have to check the putty config.... --- Quote End --- You'll have to look at the source for fgets to see whether it determines a "line" to be terminated with \n or \r or \r\n. Look at your SignalTap II traces of a short string sent via Putty, eg., type in HI and hit enter, and see if four characters are transmitted HI\r\n or three HI\n. Cheers, Dave