Forum Post: RE: using SRIO with SYS/BIOS
Hi, my name is Ryan. I have a question about using NDK + SRIO at the same time. But It is so hard for me. So I need somebody's help for me. My borad is C6671 and I have tried like this. Making Hellow...
View ArticleForum Post: Does NDK 2.23 support both IPv4 and IPv6 simultaneously?
Hi all, I am developing on TM4C129X Development board with TI-RTOS 1.20.00.28 and TI-NDK 2.23.00.00, CCSv5.5.0.00077. I am finding if TI-NDK 2.23.00.00 supports both IPv4 and IPv6 simultaneously...
View ArticleForum Post: Some questions about calling codec on muticore dsp
Hi,all:I am new hand on muticore DSP c66x.I have some questions about calling codecs on that.1.Can I assign the core number to run the certain codec?For e.g: c6678 has 8 core0,from core0 to core7.Now I...
View ArticleForum Post: RE: Creating the sdcard image for JB - TI Sitara starter kit
I also fail using that method after a long compilation time. I have tracked the error down to building the SGX kernel files. That makefile seems to be made for reacting on OMAPES=4.x and not OMAPES=4...
View ArticleForum Post: RE: Does AM335x WEC 7 BSP EBOOT support reading and writing on...
Sorry, for correcting my self. You can perform any r/w operation in NAND. but the NAND memory supports only one file system i.e YAFFS- Yet another Flash File System. If you want to proceed with YAFFS...
View ArticleForum Post: RE: AM3358
Hi,Thank you for the reply. Will U please help me getting image for the original board Beagle Bone Black. Also I need Active sync to be connected in wince 7Thanks in advance
View ArticleForum Post: Can IAR generate software version of a project automatically?
hi , I am developing embedded software using CC2540 in the environment of IAR, i wonder if IAR could generate software version of my project automatically?Wish your answer,thank you!!
View ArticleForum Post: RE: Am335x Ethernet application question
Hi Ramesh, In API cpswif_output(), there are some functions I don't understand , they are SYS_ARCH_DECL_PROTECT(lev), SYS_ARCH_PROTECT(lev) and SYS_ARCH_UNPROTECT(lev). Could i comment them out...
View ArticleForum Post: RE: Fast periodic timer interrupt from dmtimer-Example not working
Since this ist still an issue I'll sum up the current state again to get an overview about the whole story:- when using dmtimer-Example it is not possible to have fast interrupts, it is not even...
View ArticleForum Post: RE: Creating the sdcard image for JB - TI Sitara starter kit
Now I can make the SD card allright. Its just kind of slow. When i look at /proc/meminfo i read:|root@android:/ # cat /proc/meminfoMemTotal: 250328 kBShould the am335x Starter Kit not have 2G...
View ArticleForum Post: MMC_test fail
I try run mmc_test on my custom board with DM3730.I use filesystem from DVSDK-4.6.I build kernel with mmc_test. when I start test it stop on case 11.Trying to claim card mmc0:0001 from driver mmcblk[...
View ArticleForum Post: RE: Opening SPI interface on Sitara
I Just enabled the CONFIG_SPI_SPIDEV by adding "CONFIG_SPI_SPIDEV=y" to the kernel/arch/arm/configs/am335x_evm_defconfig.I also added the spidev in the board info file board-am355xevm.c:Thereafter i...
View ArticleForum Post: RE: AM335X WinCE 6 BSP Running Successfully!
Hi, VictorI have sent you emails.We talked about the bsp about 1-2 months ago, do you still remember that?if you have any other questions, pls email to me. My email is phoenixtju@live.cnThanks & BR,
View ArticleForum Post: RE: No privileged mode in main()
Martin, Regarding CPUSwitchToPrivilegedMode(). Actually the code for this API is correct and it is working correctly. The debugger typically relies on svc_handler for its...
View ArticleForum Post: adb with Windows
I have been working with the BeagleBoard xm with ICS running on it for some time now but I now need to switch to using Windows as my host machine. adb has been giving me some trouble. I have been able...
View ArticleForum Post: RE: DK-TM4C129x LCD Example Program
The current TI-RTOS Kernel workshop is online (and has videos posted) - but only covers the kernel - and does have labs on the TM4C123 LaunchPad. I have not received my 129x board yet, but when that is...
View ArticleForum Post: RE: ESI FIle
Hi, There are third party tools such as Ethercat design tool from Port Gmbh. Another option is to download the ESI XML schema from ETG website and use with XML editors such as XML notepad.
View ArticleForum Post: RE: EEPROM
Hi, We do not use I2C EEPROM for eeprom emulation in our SDK but SPI flash. I2C eeprom is used for board detection now. So overwriting is not a good idea. Technically its possible to use I2C eeprom as...
View ArticleForum Post: Timer Issue - GateMutex: line 97: assertion failure:...
To resolve an issue with the CC3000 firmware in regards to mDNS advertising. I need to create a timer that periodically sends out a mDNS packet using the CC3000's mdnsAdvertiser method.However when...
View ArticleForum Post: RE: Set IP Permanently for AM335x
Hi,I'm trying to use static IP with ti-sdk-am335x-evm-06.00.00.00 using BeagleBone White and it does not seem to work. Can any one tell me what I'm doing wrong? Below is my /etc/network file. I'm...
View Article