Part Number:OMAP-L138
pls let me know where can i get Required SW: SPI Binding CCS project
Required SW:
i) SPIwriter CCS project
ii) SPI Binding CCS project
iii) Your app
iv) UARTHOST tool.
Overview:
i) Build your app and convert to AIS using secureAIS tool
ii) Unlock the JTAG
iii) Flash your app.ais into SPI flash using SPIWriter
iv) Build the SPI binding code
v) Convert SPI binding .out into AIS using secureAIS tool
vi) Load the SPI binding .ais into DSP via UARTHOST tool (you should run this binding code via secured mode so you can't run the binding .out using CCS debug mode)
vii) If everything goes well without any issues, seems binding process gets completed.
Binding process is that read the un-encrypted headers from SPI flash and encrypt it with DSP's secure unique KEY and rewrite it on SPI flash.
viii) Set boot mode to SPI and see the output.
i) SPIwriter CCS project
ii) SPI Binding CCS project
iii) Your app
iv) UARTHOST tool.
Overview:
i) Build your app and convert to AIS using secureAIS tool
ii) Unlock the JTAG
iii) Flash your app.ais into SPI flash using SPIWriter
iv) Build the SPI binding code
v) Convert SPI binding .out into AIS using secureAIS tool
vi) Load the SPI binding .ais into DSP via UARTHOST tool (you should run this binding code via secured mode so you can't run the binding .out using CCS debug mode)
vii) If everything goes well without any issues, seems binding process gets completed.
Binding process is that read the un-encrypted headers from SPI flash and encrypt it with DSP's secure unique KEY and rewrite it on SPI flash.
viii) Set boot mode to SPI and see the output.
PS: Please use the simple GPIO LED blink or UART print example as your application.