This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于bios系统

Other Parts Discussed in Thread: SYSBIOS

在bios系统中应该把工程建立在哪个目录下才能打开

#include "xdc/std.h"
#include <ti/sysbios/knl/Task.h>
#include <ti/sysbios/knl/Clock.h>
#include <ti/sysbios/BIOS.h>
#include <ti/bios/include/prd.h>
#include <ti/bios/include/sem.h>
#include <ti/bios/include/sts.h>
#include <ti/bios/include/sys.h>
#include <ti/bios/include/trg.h>
#include <ti/bios/include/swi.h>

官方是否有附带bios的代码,打开某工程时出现