Forum Post: RE: am 3359 beaglebone black baremetal assembly programming
It's great you've got the c-code blinky program working. I would suggest your next step might be to look at the C code startup file to see how they do all their initial setup.
View ArticleForum Post: RE: Reading SPI Flash from Bootloader
Hi Tim,My recommendation would be to use the FIFO empty status method. Can you share the content of the entire MCSPI_CHxSTAT register (both before you read the received data and when the code is...
View ArticleForum Post: RE: Newbie questions
Hi Mark, From what you post it seems that you are talking about Starterware. This is not supported on this forum, there is a dedicated forum for it:...
View ArticleForum Post: RE: Can AM335x GPMC interface to FIFO device?
Yes, this is possible. You simply read from the same GPMC address, for example.
View ArticleForum Post: RE: question about AM335x read data from FPGA
Do you have "receiver enabled" in the pinmux for GPMC_CLK? This is necessary for the read operation.
View ArticleForum Post: RE: eCAP on BBB AM3359 not capturing, even when forced
What Linux version are you using? Please note that this forum supports only the TI distributed EZSDK. For other versions please turn to the community at http://beagleboard.org/Community/Forums.
View ArticleForum Post: RE: Colours inverted on AM335x
Thanks for updating the thread with your solution.
View ArticleForum Post: RE: Is it right for a different view of the same folder between...
Thanks for updating the thread with your solution.
View ArticleForum Post: RE: ti-sdk-am335x-evm-06.00.00.00-Linux-86, create-sdcard.sh is...
Hi,Are you running the script from within the bin directory of the SDK?Best regards,Miroslav
View ArticleForum Post: RE: Powering of am335x with TPS650250
Hi Vishnu, The TPS650250 is specifically listed as not suitable for RTC-only mode (see http://processors.wiki.ti.com/index.php/Device:AM335x:Device_Evaluation#Power). The solution will be to use an...
View ArticleForum Post: RE: enable LCD or HDMI on Arago 2013.05 am335x-evm
Hi,The HDMI on the BeagleBone black isn't supported in the TI PSP yet: http://processors.wiki.ti.com/index.php/AM335x-PSP_04.06.00.11_Release_NotesIf you wish to use the HDMI, you can try the Angstrom...
View ArticleForum Post: RE: Actual GPMC XIP Timing on EVM is different from TRM.
Please submit documentation feedback using the link at the bottom of the page in the PDF document.
View ArticleForum Post: RE: beaglebone A5 ddr2 config
See section 7.3.3.4 in the AM335X TRM Rev. J.
View ArticleForum Post: RE: problem about uart boot for am3358
Hi,I just tried both cases, having set Xmodem first and setting Xmodem after some 'C' characters are printed on the AM335x GP EVM and the NAND flash is detected by U-Boot in both cases. There doesn't...
View ArticleForum Post: RE: u-boot splash failed with data abort
Thanks Miroslav, I did add "-mno-unaligned-access" to those modules related to splash display, and splash display is going fine. But another issue comes out: the speed of drawing splash bmp is...
View ArticleForum Post: RE: GNU Compiler complains -llibNE10.a
I did not check the forum Biser mentioned, but try using -lNE10 and make sure the library is in your library path. To do that, try -L to add the path to where your library is located.Steve K.
View ArticleForum Post: RE: AM335x without 32khz xtal
In board-am335xevm.c, look for the rtc initialization code, try changing am335x_rtc_init. Look for2050 /*2051 * Enable the 32K OSc2052 * TODO: Need a better way to handle...
View ArticleForum Post: RE: USB Hardware ID
This seems to me more like a legal issue. Why don't you contact your nearest TI representative? Here is some information from usb.org: http://www.usb.org/developers/usbfaq#12
View ArticleForum Post: RE: Interfacing RS485 transceiver with AM335x
In the beginning, it works, but when I'm going to the 9 frame, I got the problems....
View ArticleForum Post: PRUSS memory access times
Hi, I couldn't find a resource anywhere which had specs for the number of cycles hitting various memories(e.g. PRU DRAM, DDR) would take, is this documented anywhere?
View Article