Forum Post: Deinterlacer codec i2p_test app on DM6467
I'm trying to execute the deinterlacer codec test app i2p_test (from DM3730 DVSDK) on the DM6467. With some project modifications, I have successfully built the app with CCS 4.2.4. When I execute the...
View ArticleForum Post: RE: function deferred execution
Mastupriti,I'm not sure what you're trying to do. You can also use a Timer or a Semaphore if the deferred Task has a lower priority than the caller.
View ArticleForum Post: Bug SDOCM0010658
Support,Has bug SDOCM0010658 from the TI-NDK been corrected in TI-RTOS 2.0? If not, is a correction planned?Thank you,Tim
View ArticleForum Post: RE: grlib listbox example
Hi Teresa,the grlib demos in TI-RTOS do not utilize any graphics library widgets and we currently don't have any other examples. The examples in the stand-alone TivaWare product would best option to...
View ArticleForum Post: RE: Clock allocation/deallocation
[quote user="mastupristi"]I wonder if the Clock_create() allocate some memory, who deallocate it and when?[/quote]Yes. Immediately in the context of the calling Task. You should check "myClock" to see...
View ArticleForum Post: RE: DSP/BIOS Config Tool File Save Error
Dinesh,the order of the statements in the script is invalid. Usually, the visual config tool would prevent the generation of such a script but various conversion tools sometimes generate invalid...
View ArticleForum Post: RE: External Flash Memory Support
NickThanks for your replyWe have just such an application, we will be using the lowest power MCU we can get away with, and will store 5TB of data on each deployment. The workaround appears to be to...
View ArticleForum Post: RE: How to recreate a task after calling Task_exit() in case...
Yes.If the task is marked for termination, you need to call Task_destruct and Task_construct on the same task structure to recreate the task.
View ArticleForum Post: RE: SYS/BIOS periodic tasks
The clock module is bound to system tick increments, which by default is set to 1000us per tick.A timer in periodic mode can be run at a higher resolution. Whenever the timer's function is executed,...
View ArticleForum Post: RE: In uboot Badblock table created on every bootup
Hi Ankur,I believe, this is because of u-boot is not able to find valid BBT on NAND flash which is updated by linux.thats why, u-boot was creating BBT for every boot.Please check that whether you are...
View ArticleForum Post: SPI example code available?
Hi,is there some example code available that demonstrates how to use SPI (not McSPI)?It seems Starterware does not come with such an example ... may be anybody knows an other, external source for such...
View ArticleForum Post: RE: USB HOST CDC-ACM CLASS DRIVER in starterware
(Please visit the site to view this file)Please find the attachment which contains a trace of a Serial to USB converter.
View ArticleForum Post: RE: AM33X - NAND flash driver WEC 7
Hi Vijay, I am not tried serial debugging , i just load mlo, ebootsd, nk.bin tobbb.boot it using usr boot button bt nor coming. can you help me..
View ArticleForum Post: RE: function deferred execution
an example of what I want to do is:http://e2e.ti.com/support/embedded/tirtos/f/355/t/346584.aspxbest regardsmax
View ArticleForum Post: What does the error message from TSK_checkstacks mean
HiI would like to know a bit more about what happens when TSK_checkstacks detects that an error.I am using bios_5_41_11_38 on a C6713 DSPIn my project I calle TSK_checkstacks from the my task switch...
View ArticleForum Post: RE: MessageQ Invalid queueId
Hi,Thank you for you testing! actually I do MessageQ_registerHeap in Core0 before MessageQ_open and MessageQ_alloc like this:Int status; /* Register this heap with MessageQ */...
View ArticleForum Post: RE: AM335X WinCE 6 BSP Running Successfully!
Hi, ASWINI think 4GB SDcard can work.What I say is :Put MLO and EBOOT into the SDCard which can boot linux succesfully, You did as what I said?And you connect the HDMI cable with monitor HDMI interface...
View ArticleForum Post: FTP server Concerto
Hi Everyone,I am planning to use my concerto board as a FTP server and use my PC as FTP client to download and upload files to the control board SD card. Is that possible to achieve this ? I went...
View ArticleForum Post: RE: WEC 7 BeagleBone Black BSP
hi, I read that bt that document is not saying much more about the wince.
View ArticleForum Post: RE: HEVC encoder initialization problem
Hi Kuladeepak,I know this. But here you see single core HEVC algorithm initialization (params.ividmc->num_users = 1) that looks wrong.Regards,Andrey Lisnevich
View Article