Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

running from eprom to flash

Status
Not open for further replies.

njfane

Junior Member level 1
Joined
Oct 27, 2004
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
155
I am a newbie for embedded programming, now I am working on a board which has eprom and flash, the software in eprom has been done by someone else, there are only a bootloader for flash programming and command handler to switch to running in flash, it jumps to a fixed address in flash memory address space, now I am programming in C51 in keil, my problem is how to build a program that its start address is that fixed one. where can I config it, in programe or in the other place?
 

Select "Options for target" and from the Target tab type your off-chip code memory start address and size. uncheck the use on-chip ROM (if present)

Good luck
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top