
SOPC
tandesir
这个作者很懒,什么都没留下…
展开
-
基于NiosII6.1的SOPC系统连载(1)- 流水灯实验
【网易博客地址链接】 http://tandesir.blog.163.com/blog/static/50005075201010289320901/ 转载请标明出处,仅供学习交流,勿用于商业目的 Copyright @ http://blog.youkuaiyun.com/tandesir原创 2011-12-15 09:56:55 · 1082 阅读 · 0 评论 -
基于NiosII6.1的SOPC系统连载(2)- 串口实验
【网易博客地址】 http://tandesir.blog.163.com/blog/static/50005075201011784838520/ 转载请标明出处,仅供学习交流,勿用于商业目的 Copyright @ http://blog.youkuaiyun.com/tandesir原创 2011-12-15 09:57:59 · 642 阅读 · 0 评论 -
基于NiosII6.1的SOPC系统连载(3)- uCLinux移植
【网易博客地址】 http://tandesir.blog.163.com/blog/static/500050752011557388865/ 转载请标明出处,仅供学习交流,勿用于商业目的 Copyright @ http://blog.youkuaiyun.com/tandesir原创 2011-12-15 09:58:48 · 592 阅读 · 0 评论 -
一个结构和联合“妙用”分析
在《NiosII那些事儿》串口实验中,有这样一段程序: sopc.h ....... typedef struct { //接收寄存器 union { struct { volatile unsigned long int RECEIVE_DATA :8; volatile unsigned long int NC原创 2011-12-26 20:51:43 · 2546 阅读 · 0 评论