I used OMAP3730. For some reasons, DSP want to access some peripherals(such as MCBSP,i2c) and make sure ARM can't access these peripherals.
How can I config the CPU?
thank you!
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.
I used OMAP3730. For some reasons, DSP want to access some peripherals(such as MCBSP,i2c) and make sure ARM can't access these peripherals.
How can I config the CPU?
thank you!
Zhang,
I didn't understand the question clearly. I think you would like to know how to disable ARM accessing the peripherals that are access from DSP. Assuming that you are using Linux, you can disable the McBSP and I2C driver for the particular hardware instance in the kernel code to achieve this.
thank you for your kind!
In my case , the dsp want to access some peripherals,Can the dsp access the peripherals directly without any config? I ever think if we didn't do some configs, only arm can access these peripherals.