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.

Can I use SYS/BIOS and PDK(or CSL) at the same time? always?

Other Parts Discussed in Thread: SYSBIOS

Hi, guys.

I'm studying SYS/BIOS with MY EVM6678.

As you know, TI offers many example codes for students like me.. :)

For I'm using C6678 multicore processor, I have to use an operating system to support it.

I think SYS/BIOS is better than Linux in my case.

SYS/BIOS has HAL(Hardware Abstraction Layer) and it is convenient.

But sometimes I should use CSL(Chip Support Library) or PDK(platform development kit) which I think access hardware directly.

So I think it is sometimes dangerous to use both at the same time. I mean, in the same project.

Can I use them at the same time? isn't it dangerous?

If so, is there some good strategies to avoid the problem?

James