Forum Post: RE: Babble error in AM3352
Hi,I have observed this at the time of power on. When babble error occurs board stuck there till i remove usb gsm modem.Is there any work around possible, so that board can work normally and usb can...
View ArticleForum Post: RE: PRU: (.text) at 01000h falls in unconfigured memory
Tim, thanks for pointing the right, the hex cmd file was holding 0x1000 for text and 0x1000 for data. We can realign this text and data to our need making sure out limit is 0x2000, is my understanding...
View ArticleForum Post: The suspend to ram doesn't work on am437x-gp-evm board
Hi,I was using the prebuild kernel and dtb from ti-sdk-am437x-evm-07.01.00.00-Linux-x86-Install.bin sdk. According to the wiki [1], the suspend to ram is supported on am437x. But it doesn't work for...
View ArticleForum Post: RE: AM3359 EtherCAT and additional Gigabit Ethernet
Hi,The closest EVM to this configuration for AM335x is IDKhttp://www.ti.com/tool/TMDxidk3359http://processors.wiki.ti.com/index.php/AM335x_Industrial_Automation_EVM_User_Guide Here, CPSW port is...
View ArticleForum Post: Study Sitara Linux Software Developer’s Guide meet some issue
Dear allI am reading this page to study how to develop my am3359 platform. In chapter "Start your Linux Development", I have finished steps from step 1 to step 4, now I am going to reading chapter...
View ArticleForum Post: AM3352 RANDOM BOOT STOPPED @ CCCCCCC
HiI have a couple of boards using AM3352 that ramdom stopped @ CCCCCCCThe board have a Valid NAND Flash properly programmed.Lifting and turning on/off the power for 10 times; for 3 of this the board do...
View ArticleForum Post: RE: AM335x MDIO continous activity
Hi Matthijs,Thank you for your reply.Best regards,Daisuke
View ArticleForum Post: RE: AM3352 RTC
As per the checklist in the RTC feature disabled mode, PMIC_POWER_EN pin is left open. In this scenario, we are pulling up the PWRHOLD pin of PMIC to VRTC.Can you please confirm whether this will...
View ArticleForum Post: RE: Am335x ADC Hardware Synchronization Issue
Hi all,Any help for this issue?RegardsMadan
View ArticleForum Post: RE: ddr2 interface to am335x
You don't directly program the DDR2 mode registers. Writing to the SDRAM_CONFIG register of the AM335x will trigger an initialization sequence to the DDR2. If you compare the fields you would program...
View ArticleForum Post: RE: DDR2 not operation on custom AM3352 board
Did you change the pagesize to 3 (10 column bits)?
View ArticleForum Post: RE: using peripherals through CCS
Sounds like you're interested in bare metal programming. That's the intent behind Starterware:http://processors.wiki.ti.com/index.php/StarterWareIf you're trying to poke various peripherals through...
View ArticleForum Post: RE: Error_1266 AM3359 ICE
Marco,just connect to the Cortex-A8 core instead of the M3. The M3 is not used in our examples at all.Regards,
View ArticleForum Post: Run Qt programs on AM335x
Hi AllI am compiling the Terminal example on "hands on with Qt" tutorialIt compiles and deploy with no error but just does not run in my deviceQt returns this:sh: /home/root/terminal: not...
View ArticleForum Post: Initialization seq in ddr2 memory
Hi, I am working with ddr2. Using am335x. I have done with the configuration and initialization codes for interfacing ddr2 with emif controller on am335x. In the ddr2 data sheet, there is some...
View ArticleForum Post: RE: Error_1266 AM3359 ICE
Marco,I just took an example. I have many versions of BIOS and XDC on my machine.However it seems you are using newer ones than what is recommended for 1.1.0.4 IA-SDK (see release notes). That can...
View ArticleForum Post: am335x GPIO2 interrupt to MPUSS via interconnect
Hello everyone,I've been trying to wakeup my system from standby mode via a GPIO2 interrupt for some time now. I just recently stumbled upon this paragraph in the newest revision of the TRM (rev K,...
View ArticleForum Post: RE: USB host without VBUS and DRVVBUS
In the case of a Host implementation, the USBn_DRVVBUS-controlled power switch output should be connected to both the USB connector and the USBn_VBUS pin.
View ArticleForum Post: RE: AM3352 USB Host Application
The answer is "both". This is echoed in my response to your other post:RE: USB host without VBUS and DRVVBUS
View ArticleForum Post: RE: am335x EDMA Transfer Request Latency
GPMC does NOT support FIFO addressing mode. You have to use increment mode. Period.You may change the wiring between GPMC and the external chip so that the LSBs of the address bus are unused. So they...
View Article