Forum Post: RE: Slower processing after days running
Hello David,I can not reproduced this issue since now.Could you provide me more details how your application is created?Are you using the default EZSDK 5.05.02 or you have made some modifications?Best...
View ArticleForum Post: RE: Resume from Standby with Keypress
Just noticed the line where it goes back into suspend:Restarting tasks ... [ 58.540527] adb_release[ 58.554016] adb_open[ 58.558044] done.[ 58.642486] suspend: exit suspend, ret = -16...
View ArticleForum Post: RE: grlib listbox example
Hi Tom,Is this right forum to post grlib questions in? The other example I am looking for is I have to make a customer drop down selection button and was wondering if someone else has already done this...
View ArticleForum Post: RE: RMAN_Init hangs
Hi Jeff,Calling H264_init from main() and before BIOS_start() should be fine. Thanks,Hongmei
View ArticleForum Post: RE: MessageQ and IPC problems
Hi Ronnie,To pass a pointer to a large buffer to the DSP, you need to allocate the buffer using CMEM. Then use CMEM_getPhys() to get the physical address of the buffer to put into your message.I would...
View ArticleForum Post: RE: Adeneo Embedded releases new Windows Embedded Compact 7 BSP...
Hello aswin pp,Certain SD cards have trouble being recognized by the AM335x SoC's romcode, depending on the formatting of the SD card. If the procedure in the user guide to format the SD card did not...
View ArticleForum Post: RE: UIA 2.0.0.28 redefined symbols and undefined symbol LoggerMin
Hi Eddie,You should be ok using UIA 1.04.06 with CCS6. When you bring up RTOS Analyzer, you will see "Cannot Determine" written next to the items you check (eg, Execution graph). When you click on...
View ArticleForum Post: RE: Why I can't put the Physical Address from ARM to DSP
Hi Steven,I am really glad to hear it is working now.Best regards, Janet
View ArticleForum Post: RE: multi instance of demoSave2File.sh
Hi Jaewoo, you can use our Multi-channel H264HP Encoding Demo (mcsdk_video_2_x_x_x/demos/codecs/pcie_h264hpenc_multichan_demo) as an example for running simultaneous codec in different channels.thank...
View ArticleForum Post: RE: LoggerSM output binary file
Hello all,I work with Nadim on this subject.We have additionnal questions because we started to notice strange things.In LoggerSM_getBinary on line 341 is a fwrite(readPtr, numBytes, 1,...
View ArticleForum Post: RE: AM33X - NAND flash driver WEC 7
Hi Vijay,thanks for replying... I have ebootsd.nb0 (nb"zero").I have bbb am335x demo images all contain the same.
View ArticleForum Post: RE: Adeneo Embedded releases new Windows Embedded Compact 7 BSP...
Hi, I am using 4Gb card and i tried with another 4Gb card both not booting.I tried sectedit also..
View ArticleForum Post: RE: DMTimer accuracy deviation
Have you found a solution for this in the meantime?Regards,Daniel
View ArticleForum Post: RE: unable to get any clock for mcasp audio...
Hi,What type of board/hw are you using ?Are you using custom board or any TI EVM ?Have you modified the board file ?
View ArticleForum Post: RE: multi instance of demoSave2File.sh
Hi, Paula,Yes, I tested pcie_h264hpenc_multichan_demo and confirmed it works. But I was wondering if I can run long run type of testing one side and run various tests on the other side. So basically I...
View ArticleForum Post: RE: HEVC encoder initialization problem
Hi Andrey, Please ignore subsequent allocation with same key name in single core and shared_recon_stitch_buf allocation is also redundant. And since size is calculated based on formula using number...
View ArticleForum Post: RE: USB printer host
Mostafa,TI-RTOS 1.21.00.09 supports HID Host and Device (Mouse/Device), MSC Host, and CDC Device classes. I don't know what type of host driver you need for a printer but you probably need to create a...
View ArticleForum Post: RE: CCSv6 Message Que example without NDK
I think I found the solution. Here's the steps: - open the .cfg- just under the message.cfg tab there is an arrow you click- then select UIA -> Services -> ServiceMgr- then change...
View ArticleForum Post: RE: BeagleBone dmTimerCounter
Hi Hans,I don't understand. I wan't to have all .C programs in my project from the example. No only links.So normally i can import gpio.c, gpio_v2.c ... which are call in example.You means i can't do...
View ArticleForum Post: RE: SYS/BIOS periodic tasks
Thanks Tom for your replyJust to make sure, So I can make clock function (swi thread) based on timer blockable by posting to a semaphore correct?
View Article