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.

question about 6670 drivers

Other Parts Discussed in Thread: BIOSLINUXMCSDK

Hi all,

Currently, I'm working on 6670 drivers. We need 6670 to communicate with other device via SPI, UART, and I2C, I have to write the driver for them.

My question is that I'm quite familiar with how to write drivers, apart from referenceing the User's Guide, what else can I refer to?

What's more, are there some code examples on the website which can help me?

Thanks

Best regards,

Nick

  • Hi Nick,

    I recommend you have a look at our BIOS MCSDK. That includes everything you need.

    The BIOS Multicore Software Development Kit (MCSDK) provides the core foundational building blocks that facilitate application software development on TI's high performance and multicore DSPs. The foundational components include:

    • SYS/BIOS which is a light-weight real-time embedded operating system for TI devices
    • Chip support libraries, drivers, and basic platform utilities
    • Interprocessor communication for communication across cores and devices
    • Basic networking stack and protocols
    • Optimized application-specific and application non-specific algorithm libraries
    • Debug and instrumentation
    • Bootloaders and boot utilities
    • Demonstrations and examples

    for more information, please see: http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_Getting_Started_Guide

    You can download the MCSDK here:

    http://www.ti.com/tool/bioslinuxmcsdk

    Kind regards,

    one and zero