其他分享
首页 > 其他分享> > Station P2(ROC-RK3568-PC) 裸机开发8_串口收发

Station P2(ROC-RK3568-PC) 裸机开发8_串口收发

作者:互联网

下载地址:

StationP2(ROC-RK3568-PC)裸机串口代码-硬件开发文档类资源-CSDN下载

完全是是从 rkuboot 项目里面扣出来整理的。

 

 

                }else if(strEqual(argBuffer, "hexdump")){
                    printascii("\r\n");
                    const char* buf = (const char*)0xfdcc0000;
                    hexDump(buf, 1024);

后续计划:
接管中断
初始化ddr
点亮hdmi
从开源的 linux 源码中扣出 Rockchip RGA 2D 引擎驱动。

标签:P2,char,const,RK3568,ROC,裸机,串口
来源: https://blog.csdn.net/weixin_37556843/article/details/122687203