Forum Post: RE: Memory objects overlap
Johannes,I wonder if you can find the overlapping memory section in your CCS project (Debug/configPkg/linker.cmd)Can you post both .cmd files and your .cfg file?What version of SYS/BIOS are you using?
View ArticleForum Post: RE: How to use the TI-RTOS GUI for modular code generation on the...
Joel,that's a pretty large endeavor. Is there a reason why a few #defines wouldn't do the trick?
View ArticleForum Post: RE: NFS mount over usbnet on AM335x
Hi Emil,How did you change your board-am335xevm.c and which settings in menuconfig were done to see eth0 on HOST? And did you solve topic task? I'm working right the same task now here is my...
View ArticleForum Post: RE: DSPLINK:- CHNL_reclaim failed (output). Status =[0x80008013]
What version of DSPlink version are you using? For what device?The error (0X80008013) indicates that one of your parameter being passed is outside a valid range.Start with your GPP application to make...
View ArticleForum Post: RE: MATHLIB 3.1.1.0 MAS SWTOOLS issue
Hi Clement,We've already raised the compile error concerns to the mathlib team. Obviously the error will stop your build. The "pol_est_asindp_i" function is defined both in 'asindp_i.h' and...
View ArticleForum Post: RE: Getting A_invalidFree: Invalid free error
Hi,I am preparing files I will send you, I need to do some modifications to a couple of python scripts(I hope this is not a problem) so it will not be so difficult to you repeat the tests.Regards.Julian
View ArticleForum Post: RE: beagleboard black question
The TI have any plan of updating the StarterWare for the Beagle Bone Black? I would like to get the demo application running.
View ArticleForum Post: RE: XDC error: Cannot read property "target" from undefined
Jens,I'm a little bit confused here. var Global = xdc.useModule('ti.ndk.config.Global'); was already in the client.cfg when it worked? What was added to the client.cfg example? Can you repost the...
View ArticleForum Post: RE: Setting task affinity on c6657
Hi Javier,Have you tried out the C6678 example from the IPC product ? It is a multi-core C6678 example that you should be able to adapt to make it work for C6657. The C6678 example in the latest IPC...
View ArticleForum Post: RE: VLIB_createConnectedComponentsList Problem
Perhaps this post can help you further.http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/112/t/63258.aspx
View ArticleForum Post: RE: beagleboard black question
Frank,We are currently in the process of completing a patch for the BeagleBoneBlack over the StarterWare release 02.00.01.01. It will be made available on the StarterWare release page by 14th Feb 2014....
View ArticleForum Post: RE: DSPF_sp_fftSPxSP usage example and data packing
Well, very similar DSPF_sp_fftSPxSP() function is described in SPRU657C, SPRA947A for C67x. The former clearly states:Real values are stored in even word positions and imaginary values in odd...
View ArticleForum Post: About NDK RawETH developing on AM335x by using Industrual SDK
Hi All,I am doing the developing of a RAWETH communication by using the NDK,SYSBIOS and AM335x industrual SDK.After some porting job according to ind SDK os_drivers,I think I have already succeed to...
View ArticleForum Post: How to configure HWI in sysbios for beaglebone black
Hi forum.. I have done with helloword example and made idle task to blink led using starterware APIs in sysbios. Now i am looking for HWi . I have created myfxnisr_Interrupt_1() and register it...
View ArticleForum Post: RE: SYSBIOS on Beaglebone Black
Hi Emmanuel and David,Please help me..i have started new thread on How to configure HWI in sysbios for beaglebone black.http://e2e.ti.com/support/embedded/tirtos/f/355/t/320044.aspxThanksNilesh
View ArticleForum Post: RE: Latest Ti-RTOS Build w examples for DK-TM4C123G Dev Board
That is the best one to use.A little background... when TI-RTOS 1.10 came out, we were moving to the Tiva boards. The EKS-LM4F232 and DK_TM4C123G boards are essentially the same. We left name as...
View ArticleForum Post: RE: SYS/BIOS build successfull but error log reports some errors...
Hi Tom,No my problem is not solved i still get the XDC errors during runtime Thanks
View ArticleForum Post: RE: Configuring ADC interrupts in TI RTOS
Hi Tom,I've matched my linked resources and includes to yours- but the 67 warnings still remain. All of these ADC components just do not have specified sections.Description Resource Path...
View ArticleForum Post: RE: linux login respawn without logging in
Hi Ravi,This issue seems to be "NAND bad block | ECC issue " in your board,u-bootBad block table found at page 524160, version 0x01Bad block table found at page 1048448, version 0x01Bad block table...
View ArticleForum Post: RE: DM368 IPNC 5_0 RDK Boot issues
HI,[ 0.000000] Kernel command line: mem=56M console=ttyS1,115200n8 root=/dev/ram0 rw initrd=0x82000000,20M ip=dhcp eth=$(ethaddr)As per your bootargs, Your are trying to boot your board with ramdisk,1)...
View Article