Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Ankündigungen
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

nios2-terminal

Altera_Forum
Geehrter Beitragender II
1.079Aufrufe

Hello, 

 

I added a 8 bit pio (input only, no interrupt) to a standard feature 2c35. The compiling as successful. 

For testing I used the counter-example. The program is transfered, starts. But I receive the following message: 

nios2-terminal: exiting due to ^D 

 

The program does one run then aborts.  

 

But I didn't press an abort or any other button or key on the pc.  

 

What is the reason for this behaviour? 

 

Thanks for your help in advance. 

 

andy
0 Kudos
1 Antworten
Altera_Forum
Geehrter Beitragender II
419Aufrufe

That would be caused by the embedded side. Does your software send that character? (not sure what the value is so you'd have to look it up in an ASCII table). One of the software examples in the Nios II IDE uses this character to break the communication after the program finishes (closes the terminal connection in a clean way).

Antworten