| Author |
Message |
srikantan
Joined: 14 Apr 2009 Posts: 4
|
14 Apr 2009 12:53 keilc |
|
|
|
|
hi
I'm using Atmel 89C2051 and I donot know what should be the starting address and range for the <tools><options>
since the mem range is limited and the KeilC is eval version I use(downloaded)
-please help me.I'm using C coding only
with thanks
srikantan.kc
bangalore
|
|
| Back to top |
|
 |
madhub63
Joined: 12 Jan 2008 Posts: 27
|
14 Apr 2009 17:31 Re: microcontrollers KeilC |
|
|
|
|
Hi,
Unlike assembly language program writing, for C in keil not required any address range selection(For internal memory). Just select the device in device database when creating the new project and include the specific device header file that will do the job for u .
|
|
| Back to top |
|
 |
Google AdSense

|
14 Apr 2009 17:31 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
bobsanjose
Joined: 13 Jan 2006 Posts: 264 Helped: 25 Location: SF-Bay
|
17 Apr 2009 4:19 microcontrollers KeilC |
|
|
|
|
The Keil evaluation version for 8051 does not offer the option to locate the code at address 0 because then it could be used for real projects and not just for evaluation. This has nothing to do with C or assembly language, it is just an attempt from a tool company with many engineers to get money for their product.
Bob
|
|
| Back to top |
|
 |