Hi,
I am working on project which has msp430f5259 chipset ,
I usually do programming chipset using BSL Scripter, so now i need to verify my program flash properly or not .
So basically i put CRC_CHECK command in script file with start address of code memory and total bytes of memory need to calculate CRC.
But when i give total bytes which is more than 0xFFFF it shows error calculating CRC , it says max CRC calculating size is 0xFFFF bytes
Is there any solution to calculate more than 0xFFFF bytes CRC, bcz i need more than 1,18,000+ bytes calculation which is nearly 0x1D000 in hex