Discussion Forum

HConst and Edata???

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
John Spoon
Posted
6-Apr-2002 01:30 GMT
Toolset
C251
New! HConst and Edata???
I'm having a problem with my program running. It will run if I delete some of my varible declarations. If I look at he map file the Edata has about 1k in it and so does the Hconst. If I leave my declarations in it goes over 1k and it doesn't work. How do I change the size of these segments. I think I fixed the Edat in the start251.a51 file but I don't know if I can make Hconst segment bigger. Any help would be appreciated.
Read-Only
Author
Support Intl Keil
Posted
8-Apr-2002 13:31 GMT
Toolset
C251
New! RE: HConst and Edata???
The memory size is configured with the Linker CLASSES directive. So really the CLASSES settings should match the hardware that you are using.

Next Thread | Thread List | Previous Thread Start a Thread | Settings