Hi Nasos Pap,
I believe the product that will help you is called the "BIOS Multi Core SDK" (MCSDK).
Please see this link for a release that supports the 6657 as well as some more info.
As far as migrating from a DSP/BIOS app to a SYS/BIOS app, yes…
Other Parts Discussed in Thread: TVP7002
Can you confirm if the SiI1161 is supported in the SDK 5.02? If not, when will it be included ?
This device is on the Centaurus DM8148 EVM, however we do not see any SW support on how to use it for DVI. …
Hi John,
Regarding the Interrupts, You have to configure either SYSBIOS or CSL APIs for configuring Interrupts. Use either of " CpIntc_ " or " CSL_CPINTC_ " but do not use both.
John Schigner said: Is there documentation explaining how to convert…
Hi guys,
This is my first time doing DLP stuffs, so pardon me for my questions.
I am currently using DLP Discovery4100 0.7" XGA Type A. I tried to use the D4100 explorer software but cannot get the DMD to be detected. I did install the drivers.
…
Hi,
I am facing some difficulties with the New SDK : The jpeg encoder cannot be created.
We are working on our custom board, i compiled linux 2.6.32 from the SDK for it and used the new toolchain. I added the new modules too (cmemk, irqk edmak …
Other Parts Discussed in Thread: CC3200 , CC3100 Hello,
I am using CC3000 for scanning APs, I have some questions regarding the wlan_ioctl_get_scan_results function.
1. Is there anyway that make the entries returned based on BSSID instead of SSID…
Bernie Thompson said:
You probably want to start by installing the AM3517 SDK available here , which has instructions here . One of the steps in the getting started guide instructions shows how to create a hello world program , however first the SDK…
Sorry it took me so long to reply. The boot ROM does configure the NOR for 16MB as a default. Since NOR is XIP, there is no need for an MLO. As u-boot boots from NOR, it will copy itself to DDR and continue running from there. I believe gpmc_init is called…
Part Number: PROCESSOR-SDK-AM335X
Tool/software: Code Composer Studio
Why? Because it useless when all it does in interfere with the ability to build a project. It's managing things under the covers, and isn't smart enough, or flexible enough to let…
Hi Francis,
bc_example is the same as bufferclass_ti and hence not getting built. Ideally the script should not be looking for bc_example at all .We will address that in our next release. Hence you can ignore any error messages related to bc_example…