Range check error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Range check error

3,292 次查看
Dime
Contributor I
I am using Code Warrior with a 56F8323. I recently upgraded my Code Warrior IDE to V7.3 I then installed the two patches available for the Processor Expert Plug-in. Now whenever I try to load one of my existing projects or start a new project I get the "Range check error" message. Has anyone seen this before? Any ideas will be greatly appreciated.
标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

705 次查看
BAUR
Contributor I

From version 6.xx to 7.xx the defined flash address in the header file of the flash-bean is not correct.

Procedure:

mark preserve user changes in  IDE-settings preocessor expert / project options

change in header file IFsh1.h

DATA_FLASH_START to 4096

DATA_FLASH_END     to 8192

 

do generate code and compile all new

 

 

best regards Baur

0 项奖励
回复

705 次查看
rmpratt
Contributor I

Where is the flash-bean header file IFsh1 in Windows XP?  

I am using an evaluation version of 8.2 and a purchased version of 7.3 with the same "range check error."

So I can change this constant.

DATA_FLASH_START to 4096

DATA_FLASH_END     to 8192

0 项奖励
回复