Forum Post: RE: Missing UART Interrupt SYSBIOS on AM1806
Hi Thomas,can you check what the value of UART1 to be the correct interrupt vector?I looked that the code contents of those two functions and I don't see anything that would prevent it from being...
View ArticleForum Post: RE: How should SIO_flush be used?
This sure is holding up progress. I hope you can find someone "more knowledgeable" on this subject soon. Thanks
View ArticleForum Post: RE: HWI interrupt issues with NDK
Tim,I'd suggest in taking a look at NDK 2.00. It has a set of examples and drivers for the C6455.
View ArticleForum Post: possible PCI-E issue with PLX USB3380
Hi, I have some problems with the USB3380 Phy from PLX. Its connected via pci-e to the DM816x. I postet the problem in the DM816x-Forum but i got no answer.My problem is sending a packet with size >...
View ArticleForum Post: RE: Get Platform information through the CFG
Oh, yeah. I should've noted that.ThanksJ
View ArticleForum Post: Boot android on beaglebone black from SD card
I am trying to boot Android on to a Beaglebone Black system. Hardware:Beaglebond black Rev A5C with Angstrom loaded4D system resistive touch LCD cape (4DCAPE-43T)5V power supplyUSB connected to Host PC...
View ArticleForum Post: RE: DM368 Image tuning tool
Hi, 1.How to use Matlab compiler run time libraries MCRInstaller.exe with the image tuning tool.<- I believe its just for the installation process ->2.Is it possible to send the Image tuning...
View ArticleForum Post: Memory shared between peripheral DMA and DSP
Hi!I have a buffer filled by external device attached to my DM3730 via GPMC. DMA handles it well enough.But then I want to process data using DSP (and DSPLink accordingly) and send it somewhere away....
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Dear Moses,I have created a webex account. I am waiting your directions.Best RegardsDoruk
View ArticleForum Post: WEC 7 BeagleBone Black BSP
For those interested I have a new site on Codeplex supporting Windows Embedded Compact 7 on the BeagleBone:https://beaglebonebsp.codeplex.com/
View ArticleForum Post: RE: UBoot davinci spi driver
Let's try to get to an understanding here. Please take a look at my post here http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/317448/1105230.aspx#1105230
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Moses,I found out why BIOS_Start blows up...I knew what I was doing was correct but did not seem to make sense. I called CP15MMUDisable (); to disable the MMU. I guess that SYS/BIOS requires the MMU.If...
View ArticleForum Post: RE: dm8148/am3874 EVM arm-none-linux-gnueabi -- No GDB found in...
Douglas,Here are some links that might be in...
View ArticleForum Post: RE: Artifacts when using 2 pairs of h.264 HP decoder + encoder on...
Oleg, FYI, you can get latest H.264 HP dec (with DMA wait fix) at:http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C6678/H264HP_D/latest/index_FDS.html thank you,Paula
View ArticleForum Post: RE: slave SPI (SSI0) using DMA generates an DMA error
Hi Vladimir,what version of TI-RTOS are you using?How is the DMA generating an error? Are you getting an interrupt on the uDMA Error interrupt vector or are you just seeing bad data in your buffers?...
View ArticleForum Post: Does C6x Linux MSCSK support C6657?
Hi Team,referring to http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/b/announcements/archive/2012/01/11/production-release-of-linux-mcsdk-2-0.aspxit states this Linux port supports C6678 and C6670;...
View ArticleForum Post: RE: How to get input level of MISO
Did you find a solution?In our design, we simply electrically linked the MISO pin to another spare GPIO on the AM335x so that we could read it directly without changing MUX settings or anything special.
View ArticleForum Post: RE: TI RTOS cannot set HSE for High Speed UART
Nirav,I'm suspecting that you UART RX FIFO is being overrun when you use the instrumented libraries. Can you try switching back to the instrumented UART library, changing the CPU freq back to 80Mhz,...
View ArticleForum Post: How to get StarterWare examples to work?
I am having a difficult time to get any StarterWare examples to compile and load for the skAM335x board. I am using CCSv5.5 and compiler tools 5.0.6. I just downloaded StarterWare 02_00_01_01 and...
View ArticleForum Post: RE: Missing UART Interrupt SYSBIOS on AM1806
Thomas,can you post your .cfg file?[quote user="Thomas Mitchell"]Interesting note, when I used Hwi_disable() and Hwi_restore() for the two previous Hwi functions the code works correctly, but I also...
View Article