Range check error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Range check error

3,106 Views
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.
Labels (1)
Tags (1)
0 Kudos
2 Replies

519 Views
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 Kudos

519 Views
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 Kudos