Part Number: AM5708 Hello,
I am currently developing AM5708, with ARM running on Linux and DSP developed under CCS. Do you have any engineering routines for CCS?
Regards,
Gary
Part Number: AM5708 Hello,
I have an AM5708 Silicon version 2.1 System that boots from an SD card, and has a boot vector SYSBOOT(15:0) = 0xA330. This corresponds to Automotive boot mode from SD Card.
I didn't design this system, and it has yield issues…
Part Number: AM5708
Hello,
What is the address of the AM5708PRM_DEVICE_PRM_RSTCTRL register? There is also the address of the CM_PER_GPMC_CLKCTRL register
Which page are these two addresses in the manual? Can you give me a screenshot? Thank you
Regards…
Part Number: AM5708 Hello,
The GPMC address space corresponding to the DSP in the manual
But the register address of the table below and the register address of the table above are the same, what does it mean?
Regards,
Gary
Part Number: AM5708 Hi Team,
AM5708 is being used and it requires GPIO6_20 as GPIO to enter an interrupt as configured below. But it doesn't get into the interrupt.
GPIODirModeSet(SOC_GPIO6_BASE, 20, GPIO_DIR_INPUT);
/*Enable GPIO*/ GPIOModuleEnable…
Hello Johan,
Could you expand on:
Johan said: We have used this in the past with the touch controller interrupt line configured as "IRQ_TYPE_EDGE_FALLING". This worked fine until a i2c error messes up the data reading from the Atmel which will then keep…
Part Number: AM5708 We are planning to conect 6 memory devices to GPMC bus ( 50MHz) . Each device has input capacitance of 6pF (total 36pF). We are operating at 3.3V.
Is it ok to connect 6 devices to same bus? What is the maximum output capacitance GPMC…
Part Number: AM5708 1、Problem: In the actual application scenario, there is a difference between the FPGA (K7) and ARM (am5708) display, as shown in the following figure:
2、Reproduce the problem
To adjust the display ratio of the display, you can use…
Part Number: AM5708 Hello TI
Our circuit board has been modified in hardware to have a DDR capacity of 512M, but now it has been replaced with a 1G capacity. My modifications are as follows:
board/ti/am57xx/board.c
static const struct emif_regs beagle_x15_emif1_ddr3_532mhz_emif_regs…