Hi All
I am doing a new project in which it consist of a DSP(TMS320C6746) and an MCU of 32 bit(STM32F091xB). The project purpose is to make a Bluetooth Conference device.In this the total system controlling is done by using the MCU and the audio section is controlled by DSP. In the DSP datasheet, its specified that the DSP can interface an external device through HPI.
I want to know that whether any serial interface(like SPI or I2C) can do the same thing( Interfacing the host device). Because the HPI is a parallel protocol based and it will consume more no: of communication lines.
Please help