Forum Post: RE: AM335X_StarterWare_02_00_01_01 MLO not functional
Hi there,I am working on a project using the AM3352 on a board similar to the EVMSK. I had some trouble getting SD bootloading working, While I was unable to locate the precise version of the HP...
View ArticleForum Post: RE: How to install SYS/BIOS on Beaglebone Black
I did get SYSBIOS running on BBWhite, and the solution probably applies to BBB as well. From my development diary:There was some discussion on the TI e2e site on making an application suitable for...
View ArticleForum Post: RE: How to access GPIO using LINUX on OMAPL138
As far as I know, the OMAP-L138 SPI controller is limited to 2-16 bit words. The CS line can be automatically strobed between words or held over many words (see CSHOLD in tthe TRM). There are quite few...
View ArticleForum Post: RE: SPI_Transfer with Null Rx buffer fails
Barry,TI-RTOS 2.00.02 release is scheduled for early-mid June.
View ArticleForum Post: RE: MSP430 - 5229 vs. 5244
Thanks for the response, Steven.Project Properties -> General. Under the "Device" cluster, there's a drop-down for "Variant". Was set to "MSP430F5229", selected "MSP430F5244". I don't remember if...
View ArticleForum Post: RE: OMAPL-138: Missing EDMA HWI
Hi Vincent,Here is a update, as I mentioned previously in our system we use EDMA0_CC0 to ping pong buffer data coming in from the McASP. Moreover, we have several SWIs, two of which run from the...
View ArticleForum Post: RE: How to get the error warning and info strings to a file
Michel,Thanks for making that diagram, it helps a lot.I'm asking around the building for ideas on your problem. I'll respond back to you as soon as I can.Steve
View ArticleForum Post: RE: CCSv6 unable to create a custom RTSC platform
Nitish,I reproduced the problem and found a bug in the PlatformWizard - https://bugs.eclipse.org/bugs/show_bug.cgi?id=433961. Unfortunately, there is no easy workaround the changes are spread among...
View ArticleForum Post: RE: Problem with New Platform wizard in CCS v6
There is another thread about the same problem - http://e2e.ti.com/support/embedded/tirtos/f/355/t/338321.aspx. I'll keep posting updates there.
View ArticleForum Post: RE: Unable to boot SYS/BIOS application from MLO on SD card, but...
Colin,Please forgive me for making the following remark, since it is more than likely that you know this yourself several times over...According to TI's docs under normal operation a call to...
View ArticleForum Post: RE: BIOS port E_createFailed: mdCreateChan returned error -139
Jayesh,[quote user="Jayesh Patel63136"]Question: Is it okay to include "C:\ti\bios_6_35_04_50\packages\ti\bios\include" directory in SYS-BIOS project configuration ?[/quote]No, you should not include...
View ArticleForum Post: RE: What is GetADirtyPage Error when using WinCE6.0?
Hi Don,I think, this post will be better addressed by WinCE forum since the error message is related to WinCE. So. let me move the post to WinCE forum.Thanks & regards,Sivaraj K
View ArticleForum Post: RE: No debug print after Linux kernel starting OMAPL138
Hi,In addition to that revert back the changes which you done in 'uncompress.h' and debug-macro.S' files and follow only the above mentioned changes.Please ensure that you have done proper pinmuxing...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Andrey,Thanks for sharing the details.There is an issue in 1 and 2 cores modes of decoding with buffer management , we fixed the issue in the library and validated the library in the setup you...
View ArticleForum Post: RE: SPI interface for FRAM in TMS320DM365
Hi,Try the latest modified files.(Please visit the site to view this file)(Please visit the site to view this file)
View ArticleForum Post: RE: Loading USBFN class driver at boot-up without waiting for...
Marlon,I believe this is possible by moving the registry entries for the driver to the BuiltIn key, e.g.[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MYUSB] "Dll"="myusb.dll" ...followed by other keys...
View ArticleForum Post: RE: SENDING DATA FROM AM335X SPI MASTER TO FLASH
Hi Ajith ,Please open a new thread as the queries on older ones would not be noticed. In your case , Am335x SPI documentation should give you a clue: refer SPCLK frequency configuration in McSPI...
View ArticleForum Post: RE: experimental project : Creating a Backup filesystem.
Hi,Thanks for your interest.Point 1:I wiil work on this and Post once done.Point 2 : Can you brief a bit about your idea of monitoring the Unmounting Process.Point 3 :Will this be done automatically....
View ArticleForum Post: RE: DMA-driven UART on a DM6437 with SYS/Bios6
Please have a look at PSP drivers "BIOS PSP Release version 1.10.03". I checked and this version is newer (2009).You can download that here.Steve
View Article