[求助]无法通过nios的串口uart向计算机的“超级终端”发送信息……
- UID
- 119379
- 性别
- 男
|
[求助]无法通过nios的串口uart向计算机的“超级终端”发送信息……
各位高手,在下是一菜鸟,最近刚刚学习nios,现正尝试使用nios标准外设:通用异步串行口,但是无奈太笨,根本不会用,下面是我的程序,只是一个试验,想实现从nios向计算机发送一个已知数据的功能:
#include "excalibur.h"
volatile int c=0x65;
void main()
{
while(1)
{
while(~na_uart_0->np_uartstatus & 0x40);
na_uart_0->np_uarttxdata=c;
}
}
请问,直接这样发送不可以吗?(一定是个白痴问题,但我还是厚着脸皮问吧……)但为何在运行时会出现这样的提示:
nios-run:ready to download testcpu.srec over com1:at 115200 bps
ress sw3(Clear) on target board to begin download
: Type control-c to exit the program
: waiting for target....
之后就没有反应了。
请问谁能告诉我怎样才能使用nios 的串口发送数据啊,实在是十分感谢!!谢谢了! |
|
|
|
|
|
- UID
- 119379
- 性别
- 男
|
就没人愿意帮我一下吗?是这个问题太白痴吗?呜~
nd 可以的,nr 就不成,不知道为什么! |
|
|
|
|
|
- UID
- 119158
- 性别
- 男
|
|
|
|
|
|
- UID
- 119379
- 性别
- 男
|
|
|
|
|
|
- UID
- 118050
- 性别
- 男
|
http://bbs.chinaecnet.com/dispbbs.asp?boardID=9&RootID=44499&ID=44499
那有你要的 |
|
|
|
|
|