Quote:
|
Originally Posted by flounder22001
whenever i intialize _USE_CMU_CAMERA to be able to use the camera the .hex file size goes to 60k and the controller's limit is 32k.
|
The file size is not the same thing as the code size. The .hex file contains more than just the raw bits which end up in the flash memory of the controller. Look in the .map file to find out how much space the program is actually taking.