Range check error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Range check error

3,135件の閲覧回数
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 返答(返信)

548件の閲覧回数
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 件の賞賛

548件の閲覧回数
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 件の賞賛