Altera_Forum
Honored Contributor
12 years agonios UART RS232 Interrupt Mode settings
Hi,
I'm using in nios the RS232 UART made from the sopc. I understand(maybe I'm wrong) that it has two modes: Polling and Interrupt. In the Interrupt mode a driver should run automatically and store the data received in a circular way. I unchecked the "small C library" and the "reduced driver" from the BSP editor and still I can't recieve data more that one byte. For example, if I send to the uart "abcd" I will be able to read only "d", as if the driver is not working, or the Interrupt mode is not intialized. Does anyone know what additional settings I have to change in order for that mode to operate? Or what things do I have to if exist, maybe I'm missing some files or something like that. I tried to write to the uart more than 1 byte and it succeded. Thanks, Merabi