Forum Post: RE: Where is the documentation on how to create a MICRO SD card...
Can you see these links?http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guidehttp://e2e.ti.com/support/embedded/tirtos/f/355/p/312951/1093552.aspx#1093552
View ArticleForum Post: RE: HWI interrupt issues with NDK
What interrupt mask are you using for that Hwi? With "self interrupting" are you saying the ISR is preempting itself?I got this snippet from the DSP/BIOS User's Guide.
View ArticleForum Post: RE: bios_c6sdk getting started
Muhammad,please see these links:http://processors.wiki.ti.com/index.php/CCSv5_Getting_Started_Guidehttp://processors.wiki.ti.com/index.php/StarterWare (You will want StarterWare version 01.20.04.01)
View ArticleForum Post: Compiling PTLIB library for AM335x failure
Hello,I'm beginner in embedded Linux environment so may be I will ask some stupid questions.I would like to compile a VOIP application at my AM335x kit, the first thing what I should do is to...
View ArticleForum Post: RE: getting error with assembling compressed/head.S
fyi, i followed this link: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-February/148128.html to remove the pushsection and popsection directive. it's now built.
View ArticleForum Post: RE: How can I get the davinci_nor.c?
Hi guys,I would also be interested in an answer to this.Kind Regards,Ville
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Andrey,In 4-Core mode, every alternate process call is dummy and it will not process the input frame.The next process(active) call actually processes two frames of data, So it requires to feed the...
View ArticleForum Post: RE: Does C6x Linux MSCSK support C6657?
Juan,Linux-c6x does not support C6657.Rex
View ArticleForum Post: RE: AM335x cpsw: problem with broadcast transmission
Torsten,Glad that you got it working.The enetLwip_sysbios application works over a single port and therefore only the relevant port should be configured. This issue pops up easily in case of BCast...
View ArticleForum Post: RE: How to get StarterWare examples to work?
Baskaran,Nope. That's not it. It is the linker command file that has the problem. Aren't these examples supposed to be complete and workable for the three platforms in StarterWare? My guess is that...
View ArticleForum Post: RE: TI RTOS for TM4C129XNCZAD
Hello,Yes, TI-RTOS is free (no upfront or runtime fees at all).This forum is used for support (along with TI field people if you have one).Please refer to the following write-up regarding safety and...
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Doruk,This is a pretty strange issue, we haven't seen this before. Try importing and building a different project from Resource Explorer and let me know what happens. Also in CCS, on the main menu bar,...
View ArticleForum Post: TI- Android- FroYo- DevKit- V2. 2 on BeagleBoard -xm LCD...
Hello everybody,Im working with a BeagleBoard -xm and an LCD Expansion v2. I install the prebuilt image Software of Android V2.2, that comes with the LCD. It works fine, now I need to plug an USB...
View ArticleForum Post: RE: slave SPI (SSI0) using DMA generates an DMA error
Vladimir,Can you check your values in the SPI_Transaction data structure; in particular TxBuf and RxBuf? Are those valid SRAM pointers?SPI_transfer(handle, &transaction);
View ArticleForum Post: RE: How to set up L2 as cache using XDC script in tms320c6678
Sijomon,What version of SYS/BIOS are you using?have you tried adding var Cache = xdc.useModule('ti.sysbios.family.c66.Cache'); into your .cfg file?
View ArticleForum Post: RE: SYS/BIOS project templates disappeared when installed...
What version of SYS/BIOS and XDCtools are you using?
View ArticleForum Post: RE: DSP Firmware exit function(s) when stopped by firmware_loader
Rob, Thanks for your clear explanation, I may need to implement something like that soon, so some maintanance tasks that run at background do not finish abruptly.I may say as a suggestion, that it...
View ArticleForum Post: RE: XGCONF Tool Not Working on CCS v5.5.0.00077, using...
Thanks for pointing that out. I tried what you suggested & solved editing problem, but I started getting different grief.Its worth noting that the original message.cfg file was Autogenerated by...
View ArticleForum Post: LWIP and McASP examples are not working together
Hi,I am working with Starterware 02.00.01.01, CCS5 Version: 5.4.0.00091, BeagleBone White rev A6 and ADS1278EVM.I have modified the McASP playback example to run in beaglebone and perform data...
View ArticleForum Post: Enabling adb on Beaglebone Black
I have successfully loaded TI-Android pre-built image on a BBB which was downloaded from here. Everything works well on the device. I have been trying to enable adb without much luck. Basic HW and SW...
View Article