Forum Post: UART_read return UART_ERROR when another task perform uSD operations
Hello to everyone.I'm using Concerto-M3 with TI-RTOS 1.21.00.09(sysbios is 6.37.00.20)and I write two tasks:- "communication" priority 1, task is vital, stack 2048- "logging" priority 1, task is vital,...
View ArticleForum Post: One field missing in interlace capture mode.
Dear Sir,Please find the below image,During video capture mode,which we have got from the following hardware and software configurations.Hardware : ti8148 processor and adv7180 decoder Decoder Image...
View ArticleForum Post: RE: Video Driver Question on Linux SDK 7.0
Hi John,I have asked the factory team for support on this.Best regards,Miroslav
View ArticleForum Post: TM4C129x http POST using TI RTOS
How to use TI RTOS HTTP server to POST or GET http data
View ArticleForum Post: RE: What does the error message from TSK_checkstacks mean
I found the solution to my problem.The error was in the printing of the error message since the expressionSYS_sprintf (abortBuffer, fmt, ap);does not print the value of the TSK_handle, it prints the...
View ArticleForum Post: RE: TI-RTOS UART Issue
I was able to successfully run the RTOS uartecho in CCSv6. I then built a release version in IAR 7.2 and tested that - it also worked. Then ran a "rebuild all" in IAR (rather than just "make") in the...
View ArticleForum Post: RE: some questions about the image_processing demo
Pubesh,Thank you for your suggestions and I have followed them.I also wonder what are the functions of Cache_inv and Cache_wb, what the parameters mean, and when should I use them?
View ArticleForum Post: RE: pci_disable_msi Oops Bug
Linux arago 3.10.10 #5 SMP Wed Jun 11 15:12:42 EDT 2014 armv7l GNU/Linux. Source is from: git://git.ti.com/keystone-linux/linux.gitcompiled withmake keystone2_defconfig
View ArticleForum Post: RE: TI-RTOS TM4C129X empty.c Example Problem
Todd,Steve is one of the engineers I am working with from this post here: http://e2e.ti.com/support/embedded/tirtos/f/355/p/349191/1223463.aspx#1223463We made a change in the options that seems to have...
View ArticleForum Post: RE: How to create a new or modify customized driver package in...
Piyush,You need to do something similar to "Appendix A - Rebuilding SYS/BIOS" in the document belowhttp://www.ti.com/lit/ug/spruex3n/spruex3n.pdfbasically do the similar thing for you package...
View ArticleForum Post: RE: Error Using LoggingSetup for TI-RTOS in CCS 6
Hi Hammad,This sounds like a different issue from the original post on this thread. First of all, with TI-RTOS 2.x, you need to use CCS V6. From the error you are getting, though, it looks like you...
View ArticleForum Post: RE: Partial linking with XDC and sharing code across multiple...
I think it more has to do with the type of instruction used to jump into routines for relocatable code. My understanding, from what little I have read, is that all relocatable code generated by TI's...
View ArticleForum Post: RE: Trouble Mounting new SPI NOR flash chip
1) After double checking I can confirm it is indeed enabled. It's also an almost identical kernel to the one for our OMAP-L138 16MB Winbond flash products, with the only changes being adding SPI flash...
View ArticleForum Post: Is DSP/BIOS Driver kit or Platform Support Package for C5000...
Why could not driver kit (DDK) or platform support package (PSP) for C55xx DSP be found on TI's website? Does the application developer have to write the driver using CSL from ground? Will C55xx DSP...
View ArticleForum Post: RE: HEVC encoder initialization problem
Andrey, do you have done sanity check of params using TestApplication or MCSDK video pcie demos?Also could you please check what is the maximum number of params you can have?. In our MCSDK video, for...
View ArticleForum Post: Using NDK on AM3352 with SYS/BIOS
Hi, We have been running SYS/BIOS 6.35.2.45, XDC Tools 3.25.1.65 and lwip on a AM3352 using TI's am335x_sysbios_ind_sdk_1.0.0.8. I'd like to switch the Ethernet stack over to NDK and not use lwip...
View ArticleForum Post: RE: Cant edit RTSC platform
Hi[quote user="Sasha Slijepcevic"]But anyway, CCS 5 and XDCtools 3.30 should not mix and we say it on the XDCtools download page:...
View ArticleForum Post: RE: Issues when running h264dec standalone sample
[quote user="Eason Wang"]# 20 4K buffers, 10 128K buffers and two 1MB buffers^Minsmod cmemk.ko phys_start=0x85000000 phys_end=0x88000000 pools=1x384,1x384,1x89[/quote]Is the above insmod just a test?It...
View ArticleForum Post: RE: How to import tci path ?
I am not familiar with C6000 Tech ROM, but I think you'll have to edit that example before it can work. I can't see the complete console output in the attached screenshot, but it seems to me that...
View ArticleForum Post: RE: Trouble Mounting new SPI NOR flash chip
Hi Keith,[quote]mount-t ext2 -r /dev/mtdblock4/mnt/spi[/quote]I hope you never mount "mtdblockX" in ext type filesystem since it is flash.Note:You can't mount extX in NAND, NOR, SPI etc, but it is...
View Article