Forum Post: RE: Using SD slot on AM335X ICE board
I don't see those other macros defined for MMCSD1 in the EDMA headers files. Do you know if I should be able to use either of the MMC channels?In your link, were you only reading from the SD card or...
View ArticleForum Post: RE: AM335x DMTimer Enable/Disable is very slow (~60 us)
Here are the functions I use to configure the timer. void Enable_Timers_32KHz(){ WR_MEM_32(CM_PER_TIMER2_CLKCTRL, 0x2); WR_MEM_32(CLKSEL_TIMER2_CLK, 0x2); WR_MEM_32(CM_PER_TIMER3_CLKCTRL, 0x2);...
View ArticleForum Post: RE: EVM6678 Read And Write to DDR3 from linux
Sorry, I meant Linux-c6x does not have MMU.Rex
View ArticleForum Post: RE: Multicore Asymmetric Multi Processing linux how to
The default is SMP enabled and max CPU of 4. You just need to change to 2. Peripherals are already shared under 4 CPU. Don't think you need to do anything special for 2 CPU case.Rex
View ArticleForum Post: RE: Where can I find a demo for H264 encode + RTP on tci6638?
Hi Toure, we don't have an out of box demo for H.264+RTP for TCI6638. However, we have the the C66x H.264 codec (http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C6678/index.html) and inside our...
View ArticleForum Post: RE: package close, module$use, and platform packages
You will certainly hit fewer issues if you use that other module at the very end of getExeContext, and it's still early enough.
View ArticleForum Post: RE: SYSBIOS Interrupt Assertion Testing
Larry,THe code you were using was part of the CSL; not BIOS; so hence the reason it's not showing up in SYSBIOS. I'll look for an equivalent- can you tell me what part this is for?
View ArticleForum Post: How do I setup a PCA9547 muxed i2c on by board file?
I have a board based on a da850 evm (omapl138). It has a PCA9547 connected to the omap. There is a device on channel 7 that has a driver available (call it FOO). How can I:1. Instantiate the pca9547...
View ArticleForum Post: RE: C6670 IPC examples
The fourth example loads properly on two emulators and one CCS instance thanks to this...
View ArticleForum Post: RE: How to troubleshoot unresolved ti_sysbios_* symbols link errors?
After changing the way I check-out code from Subversion, I am down to errors in the configuration project:Errors (2 item)can't locate the package 'ti.sysbios.rts' along the path:...
View ArticleForum Post: RE: SD card file download Problem
Bin,I have it working. I'm able to click download and have the entire AlbaTERN.csv file download from the SD card. I didn't make any changes to your project besides changing from static IP to DHCP. I...
View ArticleForum Post: RE: robust task switching
Update:I have switched to only one SYSBIOS task. When I switch between my two algorithms, I do so via function calls. My one task has a large stack.Unfortunately, I still have the same issue!Could it...
View ArticleForum Post: RE: is possible transfer pBuf data with EDMA3 automatically?
Hi Julian,If I understand it correctly, you don't have control over the addresses stored in the pBuf[] array. That would make it difficult to issue a single EDMA bulk transfer. If you could establish a...
View ArticleForum Post: RE: SYSBIOS & STARTERWARE
See section 7.1 in the SYS/BIOS user guide: http://www.ti.com/lit/ug/spruex3m/spruex3m.pdf This may explain your issue.
View ArticleForum Post: RE: How to configure OMAP L138 LCDK tftp boot up?
Excuse me. I want to add more information here. I can use host Linux web browser to see target application (Matrix App Launcher v2p1) at http://192.168.0.118/I want LCDK TFTP with host Linux PC.Here is...
View ArticleForum Post: RE: boot wince 7 from nandflash problem in AM3352, urgently, thanks
Hi David,The header (size and destination) is missing on the problem board, which could be the reason that the board is not starting up.The AM3352 checks four different locations in flash for the...
View ArticleForum Post: RE: BIOS DETECTION error
Hi Xining,I just downloaded and installed that version of BIOS and it works fine. Try deleting the exe and re-installing it again.What's your full CCS version? Mine is Version: 5.5.0.00077Let me know...
View ArticleForum Post: RE: Getting access to the SPI interface on am335x Starter Kit...
Hi Follow this linkhttp://communistcode.co.uk/blog/blogPost.php?blogPostID=1
View ArticleForum Post: Error when building AM335x ISDK Starterware Sample codes
Hi,Is it possible to build the starterware projects in the ISDK(am335x_sysbios_ind_sdk_1.1.0.3) package?We are evaluating ISDK on AM335x.And we are getting errors for almost all the projects in the...
View Article