This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to franklin shift to keil

hi; these days,i work hard trying to find the problem:my program is well compiled by franklin proview 32 and can run free-of-error when download to the machine.But when compiled by the keil,there is error message informed :CMDREC.C(34): error C185: 'cmd_hdpr': different memory space where in my program,there exist the following sentences code void (* data cmd_hdpr)(void);

if i change this sentences to void (* cmd_hdpr)(void);and change the memory model from small to large. The result is
that :the program can be compiled by the keil ,but can not
run correctly.

On your website ,I search the difference between the version franklin proview 32 and the latest.But the information offered is concentrated on the new function .and don't describe what is allowed in the old version but is not supported now.Also don't describe what kind of job should be done when transplant the program to the keil. would you please offer me some suggestion so that
I can focos on the problem and enjoy the happiness of powerful keil function? best regard

0