Re: Kernel Start
From: Sujith (sujithss_at_nospam.hotmail.com)
Date: 09/22/04
- Next message: Neo: "Reg. Ethernet Controller Access Problem"
- Previous message: TINTIN: "about set breakpoint in OEMinit()"
- In reply to: Steve Maillet \(eMVP\): "Re: Kernel Start"
- Next in thread: Steve Maillet \(eMVP\): "Re: Kernel Start"
- Reply: Steve Maillet \(eMVP\): "Re: Kernel Start"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 19:35:33 +0530
Hi,
But my RAM starts from 9MB and Flash from 1MB
i gave like that only.
also the map is like this.
DCD VA_RAM_BASE, 0x00900000, 64 ; 64 MB SDRAM
DCD VA_FLASH_BASE, 0x00100000, 8 ; 8 MB Flash
DCD VA_CF_BASE, 0x40000000, 16 ; 16 MB Compact Flash
DCD VA_USB_BASE, 0x80000000, 64 ; 64 MB USB
DCD VA_PERIPHERAL_COMMON, 0x00000000, 1 ; common Space for all
peripherals maps to memory which has caching and buffering disabled
DCD 0, 0, 0 ; end of table must be zero
VA_FLASH_BASE EQU 0x80000000 ; Flash, 8Mb
VA_RAM_BASE EQU 0x88000000
VA_CF_BASE EQU 0x91000000
VA_USB_BASE EQU 0x92000000
and i do separate map for individual devices.
VA_PERIPHERAL_COMMON EQU 0xA0000000 ; caching and buffering disabled area
VA_CT_BASE EQU (VA_PERIPHERAL_COMMON + DM320_CT_BASE) ;
Counter/Timers, 1Mb
VA_IC_BASE EQU (VA_PERIPHERAL_COMMON + DM320_IC_BASE) ;
Interrupt Control, 1Mb
VA_UART0_BASE EQU (VA_PERIPHERAL_COMMON + DM320_UART0_BASE) ; UART0 Base
VA_UART1_BASE EQU (VA_PERIPHERAL_COMMON + DM320_UART1_BASE) ; UART1 Base
so that it won't overlap with flash also. but one problem is there, my SRAM
is in the range, 0x00000000 to 24K will it be a problem?
regards
sujith
"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
news:O6bcbAKoEHA.3072@TK2MSFTNGP09.phx.gbl...
> Probably a mis-configured OEMAddressTable for the location of RAM or FLASH
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
>
> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> Embedded newsgroups? Let us know!
> https://www.windowsembeddedeval.com/community/newsgroups
>
>
- Next message: Neo: "Reg. Ethernet Controller Access Problem"
- Previous message: TINTIN: "about set breakpoint in OEMinit()"
- In reply to: Steve Maillet \(eMVP\): "Re: Kernel Start"
- Next in thread: Steve Maillet \(eMVP\): "Re: Kernel Start"
- Reply: Steve Maillet \(eMVP\): "Re: Kernel Start"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|