Forum Post: RE: DSPBIOS source files
Thanks very much,Its helped me realize that SIO_delete is not freeing memory allocated by SIO_issue.For farther debug I also need sources of DIO and MEM packages.Regards,Giora
View ArticleForum Post: RE: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Matteo,Great you got the issue solved. I am still looking for anything could be missing which causes PHY reset only does not work. It turned out that SESSION is off.I'd like to put a condition check...
View ArticleForum Post: RE: DSP BIOS execution time of SWI_Post function
Lars,OK, thanks.I will have to ask around for other ideas. The same software on exactly the same hardware should obviously give the same results. I wonder if you’ve tried a third board? Maybe the...
View ArticleForum Post: RE: How to rebuild TI framework components 3_23_02_16?
Hi Steve,According to your build output, it looks like it was unable to find your code generation tools path for ti.targets.elf.C66:C:\ti/xdctools_3_23_03_53/xdc XDCARGS="ti.targets.C64P=\"\"...
View ArticleForum Post: RE: AM335x SDK6/7 kernel: USB isochronous with DMA patches, known...
Mathijs,What webcam do you use? What is the yavta command line?I have no issue to get 640x480 resolution with Logitech pro9000.root@am335x-evm:~# ./yavta --capture=10 -f YUYV -t 1/30 /dev/video0 Device...
View ArticleForum Post: RE: [AM3359 & FatFS] Did someone successfully write data on...
Hi Eugenio, hopefully you're still getting emails from this discussion. I just want to know if you did end up successfully getting the MMCSD port to work with SysBios. I am having a similar issue...
View ArticleForum Post: RE: integrate SysBios in makefile based project
Recent IPC releases (in the examples/ directory) include multicore, makefile-based examples that might help provide a starting point. They also demonstrate an approach for partitioning your...
View ArticleForum Post: RE: SYS/BIOS - Prebuilt debug library configuration
Hi Vasili,For most TI build targets we use the “—program_level_compile” optimization that has advantage over linking to pre-built libraries. Here is a snippet from the one of the compiler user’s...
View ArticleForum Post: RE: Sitara Linux SDK create SD card script
I just noticed that if you install in /usr/local, you don't get the 06.00.00.00 in the path.The echo | grep test in create-sdcard returns the full directory name if the numbers are...
View ArticleForum Post: RE: HAL Timer correct usage help
Actually, I wanted to try another approach using the knl.Clock module, this one uses the HAL API I think.Did this in .cfg script,var ClockParams = new Clock.Params();ClockParams.period =...
View ArticleForum Post: Looking for sleep function for procedures running under BIOS
Hi contributors, I have a program that runs BIOS and want to make it sleep for X ms.If the knl.Clock module is calibrated the correct way, when a knl.Task calls Task_sleep I found out that the sleep...
View ArticleForum Post: RE: How to develop application on linux
You may want to read Linux device drivers and familiarize yourself with the basics. lwn.net/Kernel/LDD3
View ArticleForum Post: RE: Need help to build 3.8 kernel for EVM3358 board (r8.3SP1 for...
Oh, SDK 7.0 is out there, thank you, haven't noticed : )Brgds,Giorgos
View ArticleForum Post: AM3517 USB to serial use pl2303 driver
Dear, all,I need USB to serial using pl2303 driver , is there anyone do this before? How can I achieve this function? Thanks! best regards!hongmei
View ArticleForum Post: FAXLIB examples: bug report
Hello,I've found few bugs in FAXLIB examples code:- multiple (faxsim.c, fiusim.c, fmsim.c) NULL pointer dereferences and assigning enum to string, general pattern:char *str = NULL;result = fmGetSizes...
View ArticleForum Post: RE: EEPROM
Bindu,Can you please provide more info? Have you modified the application in SDK 1.1.0.4?What do you mean by EEPROM Pages? Regards,Vinesh
View ArticleForum Post: RE: 8x8 InterBlockSize on DM8147
Thank you for your response! It is a really big struct, what part of that interesting in this case? Must I print out the whole struct manually?
View ArticleForum Post: RE: PM_DEEP_SLEEP_COUNT = 0x6A75
FWIW, based on my own experimentation the clock base is 5 MHz which corresponds to neither variant of external oscillator. (I decreased the DSCOUNT value by 9000 and saw a timing difference in the DS0...
View ArticleForum Post: RE: Using UART0 and UART1 for DM6437
But the use of GIO_write() has nothing to do with DMA transfer which was asked in the original question, right?
View ArticleForum Post: RE: AM335x SDK6/7 kernel: USB isochronous with DMA patches, known...
Dear Bin Lui,The webcams that i use are OEM modules with chipsets: AU3820 and AVEO A318S. They are capable of 640x480 capture with 30fps with UVC support.My output gives the following...
View Article