jtag_uart输出乱码

2019-03-25 07:40发布

nios中的jtat_uart输出字符怎么是乱码,是不是有些头文件,还是库要设置一下?

#include "system.h"
#include "stdio.h"
#include "unistd.h"
#include "altera_avalon_pio_regs.h"
#include "string.h"
#include "alt_types.h     相关代码 int main(void)
{
   // printf("Left-hand rotary! ");
    IOWR_ALTERA_AVALON_PIO_DATA(PIO_LED_BASE,0x07);
    while(1)
    {
        rotary_direction();
        printf("%d,%d ",current_a,current_b);
        usleep(100000);
    }
}     QQ截图20120412090709.png   QQ截图20120412090721.png " [ 本帖最后由 tianma123 于 2012-4-12 09:12 编辑 ] 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。