链接脚本

第一段程序: helloword.c #define UFCON0 ((volatile unsigned int *)(0x50000020)) void helloword(void){     const char* p = "helloword\n";     while(*p){         *UFCON0 = *p++;     };     while(1); } UFCON0表
相关文章
相关标签/搜索