Re: Changing the default memory map on DM6446

2008-12-18 Thread Benjamin Suljic
memory resides [DDRALGHEAP].  Regards, Omkiran 2008/12/18 Benjamin Suljic Hi all, I am working on a custom DaVinci DM6446 board. I have been trying to change the default memory map to allocate more memory for DDR2 on the DSP side but without any luck. My application is running without

Changing the default memory map on DM6446

2008-12-17 Thread Benjamin Suljic
Hi all, I am working on a custom DaVinci DM6446 board. I have been trying to change the default memory map to allocate more memory for DDR2 on the DSP side but without any luck. My application is running without codec engine. My default DSPLink configuration is: STATIC CONST LINKCFG_MemEntry 

RE: saving data to CF card when booting from flash

2008-12-10 Thread Benjamin Suljic
Hi, I am having a similar problem. Do you have any example of how to modify the driver to be mutually exclusive of each other in-flight. Tnx, Benjamin --- On Wed, 12/10/08, Subbrathnam, Swaminathan <[EMAIL PROTECTED]> wrote: From: Subbrathnam, Swaminathan <[EMAIL PROTECTED]> Subject: RE: sav

Re: Problem with host tools

2008-03-26 Thread Benjamin Suljic
This is the small toturial that I have made when I investigated qtopia and montavista tools. cd qtopia-core-opensource-src-4.3.2/mkspecs/qws/linux-arm-g++ Edit qmake.conf with preferred editor and change following lines to match the following: QMAKE_CC = arm_v

Re: GPIO interrupt on DM6446

2008-03-19 Thread Benjamin Suljic
Hi, I am using GPIO interrupts in my battery driver in this way: // REGISTER INTERRUP __REG(DAVINCI_PINMUX0) &= ~(1<<26); __REG(BINTEN) |= 1; // enable zero bank GPI0_0-GPIO_15 __REG(SET_RIS_TRIG01) |= 16; //set GPIO4 to rising edge triger __REG(SET_FAL_TRIG01) |= 8; //set GPIO3 to f