Forum Post: RE: xdc.tools.configuro: Error: Can't find the platform package
Simon,I just noticed something strange about your version of tirtos_c2000. It contains SYS/BIOS 6.40.01.15, while the same version of tirtos_c2000 that I got from the App Center in CCS 6 contains...
View ArticleForum Post: RE: LoggerSM Multicore
Yes, you are right. It was not the IPC_start() that was preventing the overwrite of the other cores' LoggerSM state. So, I'm not sure why this was working in the past on TI816x. Looking at some old...
View ArticleForum Post: RE: Can't create Grace project. Keep getting error message.
Crawford,it seems that the underlying problem is a missing package 'ti.catalog', which is moved from XDCtools 3.30 to Grace 3 Beta. Your project uses a new XDCtools 3.30, which now doesn't contain...
View ArticleForum Post: RE: Debugging SYS BIOS project
Jing,Where did you get the (FMC667WebUART) project from?To understand SYS/BIOS more, I'd recommend visiting the SYS/BIOS wiki:http://processors.wiki.ti.com/index.php/Category:SYSBIOSIt contains Getting...
View ArticleForum Post: RE: stdout from threads when using GCC and Sys/BIOS on ARM?
Anish,Thanks for you pointers. Yes I can confirm that I am linking against XDC.Again, simple to reproduce. For example I can take the TI supplied example project "client" from nsp_gmacsw_4_09_01_02...
View ArticleForum Post: RE: Memory issues using NDK2
Max,We confused ourselves I believe. You can't manually allocate the memory that accept uses. When you close the socket, that memory should be freed. I wanted you to make sure that you're freeing the...
View ArticleForum Post: RE: Link error with CpIntc_dispatch in the CFG file
Clement,The CpIntc_dispatch is your Hwi(ISR) function. Do you have the function defined in your application? The linker will complain if it can't find that function defined elsewhere in your...
View ArticleForum Post: RE: Using RTOS with EVMDM6437
That's how it should work with XDCtools 3.30.02. I was asking about the same menus before you installed XDCtools 3.30.02. In that case, I think you wouldn't see any platforms no matter if you select...
View ArticleForum Post: RE: display garbage on screen
some register value collected after system bootup 0x04 : 0x00000a01 [CTL] 0x28 : 0x00280081 [RASTER_CTRL] 0x2c : 0x00ff0310 [RASTER_TIMING_0] 0x30 : 0x002c01df [RASTER_TIMING_1] 0x34 :...
View ArticleForum Post: RE: CCSv6 create new project for target MSP430G2432 fails
I think the best way out of that problem is to update Grace. Go to View->CCS App center, and then click on "See More" next to Code Composer Studio Add-ons, and then select the Grace update, and then...
View ArticleForum Post: RE: NDK Documentation improvement suggestions
Moses:I ran across another way to do the process that you can add to the next version of the documents. At least I don't think I saw this suggestion in SPRU523 or SPRU524. A co-worker ran across...
View ArticleForum Post: RE: AM335x PRU - CSPW
Alessio,Are you using an RTOS for this? If so, what version of TI-RTOS are you using? What other TI tools are you using?Moses
View ArticleForum Post: RE: Unix to DOS java code is broken
Raymond,XDCtools doesn't do conversion from Unix to DOS. Once you remove your mingw version of cygwin from your path, you can go to ti/targets/ITarget.xs, and right above the line 268...
View ArticleForum Post: RE: TI-RTOS exits on PWMGenConfigure function, very odd bug
Brayden,I see the working project has a larger program stack than the failing one. The debug log also hints that this could be the issue. Try increasing the program stack of the failing one.Let me know...
View ArticleForum Post: RE: Compiler Version detection fails
Ray,I responded in your other thread: http://e2e.ti.com/support/embedded/tirtos/f/355/t/353691.aspx, and I added a link to a longer discussion about XDCtools in cygwin. In short, xdc.exe command is...
View ArticleForum Post: RE: blocking behavior of MessageQ_get()
Patrick,When MessageQ_get() blocks, it should yield the processor allowing other threads to run. This behavior is consistent on either Linux or SYS/BIOS.~Ramsey
View ArticleForum Post: RE: IPC 3.12 MessageQ Linker Issue
My host operation system is Linux. I check out the linker.cmd file and noticed the IPC lib is missing, so I'll be looking into that. I also noticed I'm getting the following error in Dsp.cfg:Cannot...
View ArticleForum Post: NDK UDP Client Issue
Working with the EK-TM4C1294XL board and based the code off the UDP Echo example. The echo example places the unit in "Server" mode where it pends on an incoming message and echo outs.The problem I am...
View ArticleForum Post: RE: calling java from XDC Script issues
Let me first explain how that all works.When you call xdc.loadPackage("javautils"), the function loadPackage() calls xdc.$$addJars() on the subdirectory 'java' of 'javautils'. The function $$addJars is...
View ArticleForum Post: Configuring a one-shot timer in TI-RTOS
I'm just finished the Introduction to the TI-RTOS class and I'm trying to apply what I learned about period clock interrupts to a one-shot timer. I plan to use the one-shot timer to debounce switch...
View Article