Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/19/04 13:31
Read: times


 
#70688 - RE: Large code and data on ST uPsd with KEIL
Responding to: ???'s previous message
Haim Paskal said:
We need to implement a very Large software C Code on this device with Keil uVision2.
The project contains lot of files and very large Data arrays.

How large?

If you know it's going to be so large from the outset, would you not be better to think of a processor better suited to such large applications?
eg, There are many low-cost ARM-based microcontrollers available now - like the Philips LPC2xxx
http://www.keil.com/dd/list_ca.asp

Haim Paskal said:
2)should I use code paging and data paging ?

Only if you >64K of code, and >64K of data.

What optimisation level are you using?
Are you using the full, highest compiler and Linker optimisation settings?

Have you taken care to write your code optimally?

Have you read the appropriate sections in both the Compiler and Linker Manuals, and looked at the articles in the Keil knowledgebase?

Haim Paskal said:
please answer me with a specific details .
for now i only get a lot of ERRORS in the linking.

If you want specific answers, you will need to give specific details!

Precisely what errors are you getting?



List of 2 messages in thread
TopicAuthorDate
Large code and data on ST uPsd with KEIL            01/01/70 00:00      
   RE: Large code and data on ST uPsd with KEIL            01/01/70 00:00      

Back to Subject List