I run the sample program sflash inspect. When run, I found errors for RCM6750

´íÎó SFLASH.LIB : In Project Options’ Defines box, define MAX_FIRMWARE_BINSIZE
´íÎó SFLASH.LIB : to be substantially less than the serial boot flash size.
´íÎó SFLASH.LIB : To make roughly half of the serial boot flash available for mass storage,
´íÎó SFLASH.LIB : put MAX_FIRMWARE_BINSIZE=0x80000 into the Project Options’ Defines box.

Odd that you’d get that warning without also having some Remote Program Update macros defined in your Project Options.

But you can resolve this issue by following the warning. Go into Project Options to the Defines tab and add the following:

MAX_FIRMWARE_BINSIZE=0x80000