1. Resource Explorer 中TI-RTOS For MSP430有Driver Examples和Kernel Examples 这两者有什么区别?导入到CCS中看程序结构和代码没什么区别啊,但是Kernel Examples的Kernel Examples示例中的System_printf()没法在console中输出,而Driver Examples可以
2.移植TI-RTOS后如果想操作文件,写SD卡之类的,需要需要另外移植Fatfs文件系统?
灰小子:
Driver Examples里有一个fatfs的例程,推荐在这个例程的基础上修改
m:
回复 灰小子:
直接将fatfs的例程烧写到MSP430FR5994,
System_printf("Starting the FatSD Raw example\n");这句代码似乎没有被执行,Console里没有输出,但是烧写其他的例程就没问题