Altera_Forum
Honored Contributor
20 years agoUart RS232 Nios 1
Hi,
Im using the Apex20ke (EP20k600EBC652) board and i wanted to get familiar with the nios 1. So i create a nios processor and i added to it a ROM for GERMS on chip mem and a RAM on chip mem for the program. And i added two uarts RS232 uarts, a debug uart and one for the std.io. For this part i followed step by step the nios tutorial tt_nios_hw_apex_20k200e.pdf. So first question is : in my board i have just one RS232 DTE how can use it for the both uarts ? My second consern is when i tried just to use the debug Uart (nios Tx to the pin AF34 and nios RX to the pin AE34) and i typed the follwing: nb -b0x4000 hello_world.c and then nr -d hello_world.srec and after that i pressed the button mapped to the nios reset, i didnt get anything it seems that i couldnt upload the program to the board. It keeps displaying the dots.......