NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Category:DSPLink

From Texas Instruments Wiki
Jump to: navigation, search

END OF LIFE

DSP Link is still available for download, but no further releases or updates are planned. Please see IPC Software Options for details and alternatives.

The latest DSPLink releases can be downloaded here. Older releases are here (free my.ti.com account required.)

DSP/BIOSTM Link overview[edit]

DSP/BIOS™ LINK is foundation software for the inter-processor communication across the GPP-DSP boundary. It provides a generic API that abstracts the characteristics of the physical link connecting GPP and DSP from the applications. It eliminates the need for customers to develop such link from scratch and allows them to focus more on application development.
This software can be used across platforms:

  • Using SoC (System on Chip) with GPP and one DSP.
  • With discrete GPP and DSP.

As the name suggests, DSP/BIOS™ is expected to be running on the DSP. No specific operating system is mandated to be running on the GPP. It is released on a reference platform for a set of reference operating systems. The release package contains full source code to enable the customers to port it to their specific platforms and/ or operating systems.
Depending on the supported platform, OS and DSPLink version, DSP/BIOS™ LINK provides a subset of the following services to its clients:

  • PROC: Basic processor control
    • After setting up the DSPLink driver, GPP process attaches to the DSP: Sets up the system to allow access to DSP resources from GPP
    • GPP loads the DSP with DSP executable present in GPP file system
    • GPP starts the DSP
    • GPP stops the DSP execution
    • GPP process detaches from the DSP and finalizes the DSPLink driver
  • Inter-Processor Communication protocols
    • Complete protocols for different types of data transfer between the processors
    • Each protocol meets a different data transfer need
      • MSGQ: Message Queue
      • CHNL: SIO/streaming based on issue-reclaim model
      • RingIO: Circular ring buffer based data streaming
  • Inter-Processor Communication building blocks
    • Low-level building blocks used by the protocols
    • Each building block is also exposed as APIs to allow framework writers to define their own application-specific protocols
      • POOL: Memory Manager: shared/non-shared
      • NOTIFY: Interrupt abstraction and de-multiplexing for notification of user events
      • MPCS: Multi-processor critical section for mutually exclusive access to shared objects
      • MPLIST: Multi-processor doubly linked circular list
      • PROC_read/PROC_write: Read from or write to DSP memory

Why use DSP/BIOSTM Link?[edit]

DSPLink provides several features and capabilities that make it easier and more convenient for developers using a multi-core system:

  • Provides a generic API interface to applications
  • Hides platform/hardware specific details from applications
  • Hides GPP operating system specific details from applications, otherwise needed for talking to the hardware (e.g. interrupt services)
  • Applications written on DSPLink for one platform can directly work on other platforms/OS combinations requiring no or minor changes in application code
  • Makes applications portable
  • Allows flexibility to applications of choosing and using the most appropriate high/low level protocol
  • Provides scalability to the applications in choosing only required modules from DSPLink.

Getting Started[edit]

If you are new to DSP/BIOSTM Link , read the following topics in this wiki to get started:

Pages in category "DSPLink"

The following 49 pages are in this category, out of 49 total.

Media in category "DSPLink"

The following 2 files are in this category, out of 2 total.