Forum Post: RE: C6748 StarterWare SD Card Example
It has been a long time since I looked at the code. I vaguely remember that I ported the code over to the C6748. I don't support it. No enhancements. I believe the original code allowed just directory...
View ArticleForum Post: RE: Help with UIA 1.00.03.25 M3 Symbols
Hi Janet, Thanks. We'll try to build our app with this new library and see if we accomplished what we wanted. I'll let you know if this fails. Appreciate all your help.Best Regards,AniL
View ArticleForum Post: RE: psp EDMA SPI transactions by the EDMA GPIO event
Can you tell me what device you are on? Also what version of SYSBIOS or TI-RTOS you are using?Judah
View ArticleForum Post: RE: Pacing of Tx-completion interrupt for SRIO DIO transfers
Hi Clinton,Thanks for your reply.As, I have added just one SWI and HWI in my code. It doesn't seem likely that there are other higher priority SWIs or HWIs that could delay the completion of my SWI.I...
View ArticleForum Post: TIMER0_A0_VECTOR
Hi,I tried to use the following TIMER0_A0 interrupt on MSP430F2619 RTOS project:#pragma vector=TIMER0_A0_VECTOR__interrupt void Timer_A (void)Â Â //line 133{P1OUT ^= BIT0;Â Â Â // Toggle LED}And I got...
View ArticleForum Post: RE: psp EDMA SPI transactions by the EDMA GPIO event
Thank you for response, Judah!I'm using last available versions of SYS/BIOS and TI-RTOS.I investigated SPI psp examples and "Configuring GPIO EDMA Events" article. In the SPI psp example writes and...
View ArticleForum Post: How to encode DCI 4k 24p into jpeg2000 with 66ak2h14
Hi, I am currently looking into building a small jpeg2000 based encoder. I am having trouble finding information on how many cores needed to do a motion jpeg2000 encode, no need for much compression as...
View ArticleForum Post: linux-c6x on C6678
When I built  'linux-c6x-project' in 'linux-c6x-2.0.0.63-src', there were something wrong with it.The project copied all the file in root directory to ~ /Build/uClibc.el_hardfp.It should be copy the...
View ArticleForum Post: RE: am3359 mcasp speed
MY sys/bios is 6.35.4.50i configure mcasp in burst mode,my aim is use mcasp to transfer data form arm to fpga.i use cpu to sevice the fifo,this is my initiate code is...
View ArticleForum Post: RE: Example for setting the system time
Karl,Thank you very much for your quick reply. I've implemented your suggestion and had to make a few tweaks to the time() function for a few reasons.1. The comments within the sntp.h file state that...
View ArticleForum Post: RE: epwm interrupt using TI RTOS
I am using TMS32F28069 Piccolo controller. Please let me know if you have any information for this.ThanksRam
View ArticleForum Post: RE: OMAPL138 Boot Process and AISGEN tool Usage
Hi Tinu,The correct link is http://www.ti.com/lit/an/sprab41e/sprab41e.pdfPlease try now and revert if have additional questions.Please open up a new thread as appending questions to old thread may or...
View ArticleForum Post: MPEG4 Encoder (cs.x64P) problem
Hi! I developed a small embedded real time operating system for DM3730 (Beagleboard) I managed to port to it Dsplink and CodecEngine and use DSP as MPEG4 encoder.Video encoding mpeg4enc works fine, but...
View ArticleForum Post: AM335X COM CETK Test with FAIL Message in Result Log but the Test...
WinCE6 with CETK Test ID 11When we execute the COM CETK test we found some weird message in the test id 11 result log.BEGIN GROUP: SERDRVBVT.DLL <TESTCASE ID=11> ***...
View ArticleForum Post: RE: Linux kernel booting issue
Hi Ankur,1) Give [Ctrl+C] while hanging at "udev" script2) Give full permission to your filesystem through "chmod -R 777 /media/rootfs"
View ArticleForum Post: RE: One field missing in interlace capture mode.
Hi Margartia,Please check the below log.root@generic-armv7a:/home/senthil_vpss/drivers# ./load.shSysLink version : 2.10.03.20SysLink module created on Date:Feb 23 2012 Time:13:47:25Attached to slave...
View ArticleForum Post: RE: Command to eject cd from cdrom
Hi Patrick,Sounds good.Thanks for your update.
View ArticleForum Post: RE: Wi-Fi: BlueGiga WF111 SDIO Driver for AM335x Problem
So, I've added three lines to the Makefile that compiles both the Kernel and U-Boot. I actually call a script, which I'm also pasting here. SDK_PATH_NATIVE is the same variable you see in the...
View ArticleForum Post: RE: Enetecho example Beaglebone
Is there someone who have this problem to start example ?
View ArticleForum Post: RE: Read MAC Address from mac_id0_lo and mac_id0_hi (WEC7 AM3352)
Forgot to add - in coredll.dll there is the GetDeviceUniqueID() function. Does anyone know if this does return a unique ID for every AM3354?
View Article