Forum Post: Mcsdk video source code for demos
Hi! I'm using cc6678 evm and try to decode h.264 video stream, receiving by Ethernet. I've found pkt transcode demo, but there are only .out files and configs. Please attach to this post CCS project...
View ArticleForum Post: RE: RTA service causes erroe
Thanks Janet,Your answer is very helpful, but i have one more question , Is that the place where the row data logged by " Log_info() " functions saved in ??for example : Log_info0("Hello World!"); I...
View ArticleForum Post: What s the right way to use NDK send recv function in multitask...
Hi All,Here I met with a problem of ENOBUFS when sending . So I want to share my project structure to comfirm wether I use NDK in a right way.Thanks!My software envirement:XDCtools version:...
View ArticleForum Post: RE: RingIO + messageQ + SysBios HWI
Hi MuratI've found the root cause of this issue. By default syslink utilizes HWI4 for it's internal processing or whatever and the same HWI is assigned to McASP for audio data collecting.So the...
View ArticleForum Post: RE: DMTimer-Example speedup
Hi Melissa,so to sum it up: it is NOT possible to get a timer below this limit as soon as some code is executed within its ISR - also when this code is much faster than the timer value.Hans
View ArticleForum Post: RE: Ethernet problem on new concerto F28M35 control card
Hi Todd,Thanks for you time and reply. I tried the attached file into my project. However, this cannot build sucessfully. The errors is shown in the Figure below. Can you please advise how to change...
View ArticleForum Post: RE: RTOS object view - Dynamically-created objects missing
Hi Scott,We are using XDCtools 3.25.05.94.The code is for AM3359 device.Regards,Vasili
View ArticleForum Post: RE: Problems to set DMTimer1_1MS
Helloto sum up the problemhere my working codevoid init_timer1_1ms() { unsigned int regVal; // init External 32k Clock RTCWriteProtectDisable(SOC_RTC_0_REGS); // enable access to RTC registers...
View ArticleForum Post: BBB LCD3 Backlight Problem in Android
I'm using LCD3 with BBB, which runs on Android. But I have no control on backlight. I'm trying to change backlight via adb:echo 100 > /sys/class/backlight/tps65217-bl/brightnessBut nothing happens....
View ArticleForum Post: RE: Shared memory in Concerto /C28
Hi Sabina, I had met the "Hwi_unPluggedInterrupt". the scene was: 1. the App create 4 task, 2. one task malloc 512*40 buffer size 3. the program running in RAM 4. copy most data to...
View ArticleForum Post: RE: How to develop application on linux
There should be a Linux driver for all these peripherals. You need to do a "make menuconfig" in your Linux source and have a search for drivers. I can't believe there isn't more support on the TI...
View ArticleForum Post: BBB cpu frequency problem
Hi, I have a BBB which runs on Android. I was using it without a problem on 1 GHz . But suddenly it stoped working on 1GHz and it's been working on 800Mhz. I didn't change anything in kernel or in...
View ArticleForum Post: RE: OV7670 and Leopardboard DM368
Hi,[quote user="Titusrathinaraj Stalin"]How did you know that the interrupt in not being hit?Have you put any printks in capture driver file?[/quote]Ya I've inserted printks in vpfe_capture.c and...
View ArticleForum Post: How to reset SPI / EDMA
Hello,regarding my project with SPI and EDMA on the ICE Board am3359, i using a dataframe with a checksum, to make sure, that there was no transmission error.If a transmission error occur, this will be...
View ArticleForum Post: Using extra EMIF device in Linux
I have a TCI3328K2K EVM with the Keystone II SoC onboard. I am trying to attatch a second EMIF device onto the EMIF bus but am having trouble figuring out how to access it.1) Do I need to create a new...
View ArticleForum Post: RE: DM3730 resizer is slow
Jason,Did you ever get an answer to this question? I'm running into similar issues...Thanks,Rick
View ArticleForum Post: Any Plans for AM335x Kitkat?
Hi Team,are there any plans to support Kitkat on AM335x?Thnaks and regards,Oleg
View ArticleForum Post: RE: Bulding with GCC
Hi Dean,From the build log you have shared it seems that the LIB_PATH variable is not updated correctly to point to theLinaro toolchain location. This might be causing the build problems to you.Please...
View ArticleForum Post: RE: Lowest possible power consumption on C6748
Hi Reinier,1) Yes, PWRM_sleepDSP() calls PMI_sleepCPU() to perform the actual transition in/out of sleep. Some pseudo code for the flow:- TSK_disable()- notify clients registered for pre-sleep...
View Article