EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Compile mode 'Code and BIOS in flash, run in RAM' not supported for this board.

Started by sql2us February 27, 2006
Hi, 
i am new member and i am a new user on Rabbit RCM3000 and i use 
Dynamic C 9.4 to copmile and upload the code to the RCM3000. 

 when i try to run the code there is  it works 
but when i try to use 
Compile> Compile to Target > Compile to flash, run in ram 
or 
Compile> Compile to .Bin File> compile to flash run in rab( 0x0F00; 
29 MHz RCM3000; 512k, 512 SRAM, 512 Flash) 

it gives this error message 

Compile mode 'Code and BIOS in flash, run in RAM' not supported for 
this board.

can any one helps me

THX
	
It's because the RCM3000 doesn't have program RAM (like the
RCM3200 
etc.).  The "compile to flash, run in RAM" option is only available 
for those modules that support program RAM (not just data RAM), and 
can copy their code from flash to RAM at boot time to run with 0 
wait states from fast RAM.

--- In rabbit-semi@rabb..., "sql2us" <sql2us@...> wrote:
>
> Hi, 
> i am new member and i am a new user on Rabbit RCM3000 and i use 
> Dynamic C 9.4 to copmile and upload the code to the RCM3000. 
> 
>  when i try to run the code there is  it works 
> but when i try to use 
> Compile> Compile to Target > Compile to flash, run in ram 
> or 
> Compile> Compile to .Bin File> compile to flash run in rab( 
0x0F00; 
> 29 MHz RCM3000; 512k, 512 SRAM, 512 Flash) 
> 
> it gives this error message 
> 
> Compile mode 'Code and BIOS in flash, run in RAM' not supported 
for 
> this board.
> 
> can any one helps me
> 
> THX
>
	
Hi, 
Thank you for answer. but do you mean i have to
recompile the code every time to run the program on my
board ? 
do you mean i can not store the program in the board
BOIS so i can use it antime without recompile it! 
THX

--- icc_thewoodlands <dhansen@dhan...> wrote:

> It's because the RCM3000 doesn't have
program RAM
> (like the RCM3200 
> etc.).  The "compile to flash, run in RAM" option is
> only available 
> for those modules that support program RAM (not just
> data RAM), and 
> can copy their code from flash to RAM at boot time
> to run with 0 
> wait states from fast RAM.
> 
> --- In rabbit-semi@rabb..., "sql2us"
> <sql2us@...> wrote:
> >
> > Hi, 
> > i am new member and i am a new user on Rabbit
> RCM3000 and i use 
> > Dynamic C 9.4 to copmile and upload the code to
> the RCM3000. 
> > 
> >  when i try to run the code there is  it works 
> > but when i try to use 
> > Compile> Compile to Target > Compile to flash, run
> in ram 
> > or 
> > Compile> Compile to .Bin File> compile to flash
> run in rab( 
> 0x0F00; 
> > 29 MHz RCM3000; 512k, 512 SRAM, 512 Flash) 
> > 
> > it gives this error message 
> > 
> > Compile mode 'Code and BIOS in flash, run in RAM'
> not supported 
> for 
> > this board.
> > 
> > can any one helps me
> > 
> > THX
> >
> 
> 
> 
> 
>
	__________________________________________________

	
Hi

Why don't you just run:

Compile> Compile to Target > Compile to flash

After programming this way, just unplug the cable and the board will 
automatically run your program every time it resets or powers up.

Phil

--- In rabbit-semi@rabb..., Bandar Abdullah Alateyyah 
<sql2us@...> wrote:
>
> Hi, 
> Thank you for answer. but do you mean i have to
> recompile the code every time to run the program on my
> board ? 
> do you mean i can not store the program in the board
> BOIS so i can use it antime without recompile it! 
> THX
> 
> --- icc_thewoodlands <dhansen@...> wrote:
> 
> > It's because the RCM3000 doesn't have program RAM
> > (like the RCM3200 
> > etc.).  The "compile to flash, run in RAM" option is
> > only available 
> > for those modules that support program RAM (not just
> > data RAM), and 
> > can copy their code from flash to RAM at boot time
> > to run with 0 
> > wait states from fast RAM.
> > 
> > --- In rabbit-semi@rabb..., "sql2us"
> > <sql2us@> wrote:
> > >
> > > Hi, 
> > > i am new member and i am a new user on Rabbit
> > RCM3000 and i use 
> > > Dynamic C 9.4 to copmile and upload the code to
> > the RCM3000. 
> > > 
> > >  when i try to run the code there is  it works 
> > > but when i try to use 
> > > Compile> Compile to Target > Compile to flash, run
> > in ram 
> > > or 
> > > Compile> Compile to .Bin File> compile to flash
> > run in rab( 
> > 0x0F00; 
> > > 29 MHz RCM3000; 512k, 512 SRAM, 512 Flash) 
> > > 
> > > it gives this error message 
> > > 
> > > Compile mode 'Code and BIOS in flash, run in RAM'
> > not supported 
> > for 
> > > this board.
> > > 
> > > can any one helps me
> > > 
> > > THX
> > >
> > 
> > 
> > 
> > 
> > 
> 
> 
> __________________________________________________
> 
>
	
Thank you for reply, 
I am trying to do the step below:
1- I opened the Dynamic C 9.4
2- I opened the file c:\DCRABBIT\Samples\tcpip\ping.c
3- I used Compile> Compile to Target > Compile to
flash
4- the connection between the PC and RCM3000 not
starts :(
but only when I use RUN(F9) the connection starts 

so, do I need every time to press RUN(F9) ? because
when i try Compile> Compile to Target > Compile to
flash  the connectiont not starts :(
THX 

--- Phil Malone <onlinestoreemail@onli...> wrote:

> Hi
> 
> Why don't you just run:
> 
> Compile> Compile to Target > Compile to flash
> 
> After programming this way, just unplug the cable
> and the board will 
> automatically run your program every time it resets
> or powers up.
> 
> Phil
> 
> --- In rabbit-semi@rabb..., Bandar Abdullah
> Alateyyah 
> <sql2us@...> wrote:
> >
> > Hi, 
> > Thank you for answer. but do you mean i have to
> > recompile the code every time to run the program
> on my
> > board ? 
> > do you mean i can not store the program in the
> board
> > BOIS so i can use it antime without recompile it! 
> > THX
> > 
> > --- icc_thewoodlands <dhansen@...> wrote:
> > 
> > > It's because the RCM3000 doesn't have program
> RAM
> > > (like the RCM3200 
> > > etc.).  The "compile to flash, run in RAM"
> option is
> > > only available 
> > > for those modules that support program RAM (not
> just
> > > data RAM), and 
> > > can copy their code from flash to RAM at boot
> time
> > > to run with 0 
> > > wait states from fast RAM.
> > > 
> > > --- In rabbit-semi@rabb..., "sql2us"
> > > <sql2us@> wrote:
> > > >
> > > > Hi, 
> > > > i am new member and i am a new user on Rabbit
> > > RCM3000 and i use 
> > > > Dynamic C 9.4 to copmile and upload the code
> to
> > > the RCM3000. 
> > > > 
> > > >  when i try to run the code there is  it works
> 
> > > > but when i try to use 
> > > > Compile> Compile to Target > Compile to flash,
> run
> > > in ram 
> > > > or 
> > > > Compile> Compile to .Bin File> compile to
> flash
> > > run in rab( 
> > > 0x0F00; 
> > > > 29 MHz RCM3000; 512k, 512 SRAM, 512 Flash) 
> > > > 
> > > > it gives this error message 
> > > > 
> > > > Compile mode 'Code and BIOS in flash, run in
> RAM'
> > > not supported 
> > > for 
> > > > this board.
> > > > 
> > > > can any one helps me
> > > > 
> > > > THX
> > > >
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > 
> >
> 
> 
> 
> 
>
	__________________________________________________

	
If you just use the run command it will compile and download your app,
so you can skip the Compile> Compile to Target > Compile to
flash

-----Original Message-----
From: rabbit-semi@rabb... [mailto:rabbit-semi@rabb...]
On Behalf Of Bandar Abdullah Alateyyah
Sent: Tuesday, February 28, 2006 12:53 AM
To: rabbit-semi@rabb...
Subject: Re: [rabbit-semi] Re: Compile mode 'Code and BIOS in flash, run
in RAM' not supported for this board.
	Thank you for reply, 
I am trying to do the step below:
1- I opened the Dynamic C 9.4
2- I opened the file c:\DCRABBIT\Samples\tcpip\ping.c
3- I used Compile> Compile to Target > Compile to
flash
4- the connection between the PC and RCM3000 not
starts :(
but only when I use RUN(F9) the connection starts 

so, do I need every time to press RUN(F9) ? because
when i try Compile> Compile to Target > Compile to
flash  the connectiont not starts :(
THX 

--- Phil Malone <onlinestoreemail@onli...> wrote:

> Hi
> 
> Why don't you just run:
> 
> Compile> Compile to Target > Compile to flash
> 
> After programming this way, just unplug the cable
> and the board will
> automatically run your program every time it resets
> or powers up.
> 
> Phil
> 
> --- In rabbit-semi@rabb..., Bandar Abdullah
> Alateyyah
> <sql2us@...> wrote:
> >
> > Hi,
> > Thank you for answer. but do you mean i have to
> > recompile the code every time to run the program
> on my
> > board ?
> > do you mean i can not store the program in the
> board
> > BOIS so i can use it antime without recompile it!
> > THX
> > 
> > --- icc_thewoodlands <dhansen@...> wrote:
> > 
> > > It's because the RCM3000 doesn't have program
> RAM
> > > (like the RCM3200
> > > etc.).  The "compile to flash, run in RAM"
> option is
> > > only available
> > > for those modules that support program RAM (not
> just
> > > data RAM), and
> > > can copy their code from flash to RAM at boot
> time
> > > to run with 0
> > > wait states from fast RAM.
> > > 
> > > --- In rabbit-semi@rabb..., "sql2us"
> > > <sql2us@> wrote:
> > > >
> > > > Hi,
> > > > i am new member and i am a new user on Rabbit
> > > RCM3000 and i use
> > > > Dynamic C 9.4 to copmile and upload the code
> to
> > > the RCM3000.
> > > > 
> > > >  when i try to run the code there is  it works
> 
> > > > but when i try to use
> > > > Compile> Compile to Target > Compile to flash,
> run
> > > in ram
> > > > or
> > > > Compile> Compile to .Bin File> compile to
> flash
> > > run in rab(
> > > 0x0F00; 
> > > > 29 MHz RCM3000; 512k, 512 SRAM, 512 Flash)
> > > > 
> > > > it gives this error message
> > > > 
> > > > Compile mode 'Code and BIOS in flash, run in
> RAM'
> > > not supported
> > > for 
> > > > this board.
> > > > 
> > > > can any one helps me
> > > > 
> > > > THX
> > > >
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > __________________________________________________
> > 
> >
> 
> 
> 
> 
>
	__________________________________________________

	Yahoo! Groups Links
	

The 2024 Embedded Online Conference