Forum Post: RE: Migration from standalone app to DSP/BIOS with the...
Can you try changing it to "-dCHIP_6747"? (instead of "CHIP_C6747")
View ArticleForum Post: RE: SYS/BIOS task stuck for PCIe connected TMDXEVM6678L
Jie,Ok. I think I need to reach out to someone on the team who made the desktop linux sdk. I'd like to get their advice on how to debug such an app using CCS.Steve
View ArticleForum Post: RE: omap-l137 kernel cannot create nand partitions
Now it will not boot up with the changes. It looks like it is hanging up in the platform_device_register for the nand.
View ArticleForum Post: RE: CCS/BIOS cannot find Target package in LCDK6748
Thank you for your reply. I could build my project without any errors, when I used the XDC tools version 3.25.3.72 instead of 3.25.4.88. Its the same case when I tried the standard SYS/BIOS examples....
View ArticleForum Post: RE: How to debug a program with many task/Semaphore/MBX
[quote user="Andy Kong1"]I can do some print out now. But when I clicked certain key, the program went somewhere. I halted the program and it was in assembly language. I have already putting lots of...
View ArticleForum Post: no ETIMEDOUT exception thrown when WiFi is turned off
Hi All,My Android app uses java nio non-blocking socket to connect to the server. When WiFi is on, everything works fine. However if I turn off WiFi, my app doesn't get ETOMEOUT exception. My...
View ArticleForum Post: RE: SYS/BIOS task stuck for PCIe connected TMDXEVM6678L
Hi Jie,Some sanity questions/comments:- Have you been able to build and run CCS loopback projects as-is (not SYS/BIOS modifications) on Shannon EVM?If not please check this first:...
View ArticleForum Post: RE: How to use a relative path in xdcpath to specify platform...
David,I don't know where exactly you are using PROJECT_LOC, but this is what worked for me. In the RTSC tab, I clicked on Add... to add a repository and I just typed ${PROJECT_LOC} in the text box....
View ArticleForum Post: RE: MSP430 - 5229 vs. 5244
[quote user="Joe Shidle"]Project Properties -> General. Under the "Device" cluster, there's a drop-down for "Variant". Was set to "MSP430F5229", selected "MSP430F5244". I don't remember if this...
View ArticleForum Post: RE: How to get the error warning and info strings to a file
Hi Michel,I've been looking into your problem a bit. If you want the Log strings not to be loaded onto the target, you can add this code to your configuration file:var Text =...
View ArticleForum Post: RE: GNU examples for EK-TM4C123GXL fail to start unless debugger...
Chester,I just wanted to give you an update. We are still debugging this issue and will get back to you soon.Have a great weekend.Steve
View ArticleForum Post: RE: CCS/BIOS cannot find Target package in LCDK6748
Sri,Do you recall how you obtained XDC tools 3.25.04.88? Was it from the TI-RTOS product? TI-RTOS ships a "stripped down" version of XDC tools, so I am wondering if you may have gotten it that way.I...
View ArticleForum Post: RE: OMAPL-138: Missing EDMA HWI
Hi Steve,Thank you very much for your response, interesting so it seems BCACHE_inv is a very dangerous function to call in a HWI or high priority SWI as it may lead to starvation and delay in the real...
View ArticleForum Post: RE: DMTimer TLDR value calculation - TRM conflicts with with...
I'm going to answer this so that anybody else looking for the answer to this question can hopefully find it. I'm pretty sure I'm correct, unless somebody from TI wants to contradict me with...
View ArticleForum Post: RE: OMX-Encode example run
HelloI am trying to run the encode example in OMX and wish to implement it with my rate control algorithm that i have written for the board TMS320CDM8168. My algorithm requires that the encode example...
View ArticleForum Post: RE: Migration from standalone app to DSP/BIOS with the...
It doesn’t help. See please “part of the compiler output with –dCHIP_6747” at the end of this message.It seems, that csl_chiphal.h from the “C:\CCStudio_v3.3\C6000\csl\include\” directory doesn’t...
View ArticleForum Post: RE: How to boot AM335X evaluation board from NAND without SD Card?
hi MiroslavThanks for your answer,I checked your link and did that exactly, and when i wrote nand that was commanding "write ok"butwhen i booted from nand it was booting from uart and sending...
View ArticleForum Post: How to change AM335x MAC address on WEC7
Hi All, I want to change the MAC address with my AM335x board which running WEC7. I know the MAC address can be changed during boot. I'm wondering if I can change MAC while WEC7 running. Is there...
View ArticleForum Post: RE: SPI interface for FRAM in TMS320DM365
HI Arpitha i'm WangWei, i am not solve the problem too(i use the SPI1). Can you tell me how to enable spi from uboot and check. i think my pinmux is ok.Regards,ww
View ArticleForum Post: RE: How to change AM335x MAC address on WEC7
Hi, TomI don't know why you need to change the mac address. AM335X supports two ethernet ports, each one has unique mac address which is hardcoded in EFUSE registers.Of course, you change mac address....
View Article