Forum Post: RE: CCS projects no longer compile
Vincent,the missing header file is generated as a result of evaluating the config script. But it seems that your config script never finishes successfully because of the OutOfMemory error. There could...
View ArticleForum Post: RE: LoggerSM output binary file
Hi Nadim,It looks like you should have been able to see the Log events in System Analyzer. I was able to make a simple LoggerSM test, save the data + pre-pended UIAPacket header to a binary file, and...
View ArticleForum Post: RE: Setting up install/deploy in XDC scripts
Well, that sort of helped. Actually the referenced XDC User's Guide might have been more relevant: http://rtsc.eclipse.org/docs-tip/XDCtools_User's_GuideWhat I came up with less than a clean...
View ArticleForum Post: RE: Using SPI for MSP430
Judah,Do you have a full code example for the MSP430F5529? I can't seem to find an example project that uses SPI for the TI-RTOS.I'm not sure if I am doing an SPI Transaction correctly, here is a...
View ArticleForum Post: RE: HeapMem Assertion Failure
Hi Ronny,OK now I understand better what you are seeing. I was confused by your original post which seemed to say you hit an assertion in the context of Ipc_start(). If the assertion is happening in...
View ArticleForum Post: RE: how can I run a simple "HelloWorld" on the dsp side of DM8168
I think you're going to have trouble finding a 'hello world' example that fits your Nucleus-specific use case as I don't know of any TI-provided Nucleus based SDKs. Others, please jump in here with...
View ArticleForum Post: RE: Edit a custom platform in CCSv6 still not working with XDC...
Milan,here is a relevan thread: http://e2e.ti.com/support/embedded/tirtos/f/355/t/338321.aspx. In one of my posts there, there are two screenshots. The second screenshot shows that a SYS/BIOS 6.40 or...
View ArticleForum Post: RE: cpu crash
Mallekot,There is a chance that the xdc tools that ROV is set to use is different from the one that version of TI-RTOS is using.In CCS, select Window-> preferences. On the side bar, select Code...
View ArticleForum Post: RE: Code Composer Studio 5.5.0-desktop.desktop shortcut fails
You could try creating a new launcher. Just specify the path in the command field. Click the image to customize the icon.
View ArticleForum Post: RE: Create a xdc.bld.iTarget extension
I think that creating a new target just to add one library is too much unnecessary work. The easiest way to accomplish the addition of the library is to create a new package, let's call it...
View ArticleForum Post: RE: mkfs.ubifs
Hellothanks for the replyI just make the commands under linux :touch foo.txtecho "test" > foo.txtBest regards
View ArticleForum Post: RE: Setting up install/deploy in XDC scripts
Hi Wiley,Thanks for the update. This solution might help the Forum members in future. Regards,Shankari
View ArticleForum Post: RE: 3.8 Kernel
Hi Bill,The tags are of-course listed in the release notes document of MCSDK 3.0. I have checked it...\ti\mcsdk_bios_3_00_03_15\docs\MCSDK_Release_Notes.pdf Regards,Shankari
View ArticleForum Post: RE: CCS projects no longer compile
Thanks for answering,here the config script (.cfg file I assume) for two projects. The empty project is just one of the driver example projects for the TI RTOS on TM4C1294. The other one is my personal...
View ArticleForum Post: RE: LoggerSM output binary file
Hi Janet,Please find attach the whole project (including rta.xml, uia.xml and .out).Regards,Nadim(Please visit the site to view this file)
View ArticleForum Post: RE: cpu crash
Hi Moses,Thanks a lot! This has solved the label problem!Thanks! Mallekot.
View ArticleForum Post: RE: HEVC encoder hang
Hi Kuladeepak,For us this issue is critical because it prevents us from doing long-term transcoding tests. Stability is one of the key features of production transcoders.Regards,Andrey Lisnevich
View ArticleForum Post: NDK: High task stack usage with TCP loopback
Hello,In my application, I had stack overflow problems caused by excessive recursive calls within the NDK.The problem occurs when using TCP loopback (127.0.0.1) to transfer data between two tasks /...
View ArticleForum Post: Understanding SPL & U-Boot Memory Map
We are using beaglebone black based custom board,I want to write some test results into RAM location from SPL.And read that log and send it via tftpput to host pc.So far i am able to do tftpput from...
View ArticleForum Post: RE: Ethernet on Am335x ICEv2.1
I'll try your suggestion and move forward with CCSv6 when I can get back on this. Will also post in the CCS forum about CCSv5 autodiscovery issues when CCSv6 is also installed. Will continue to watch...
View Article