Index: firmware/App/Common.h =================================================================== diff -u -r5645305f9349c5c64be5560982bdf1abd5edb0fb -rf6fd9dfd1a30412e237ff45ebee44854f0e2d4b2 --- firmware/App/Common.h (.../Common.h) (revision 5645305f9349c5c64be5560982bdf1abd5edb0fb) +++ firmware/App/Common.h (.../Common.h) (revision f6fd9dfd1a30412e237ff45ebee44854f0e2d4b2) @@ -21,7 +21,7 @@ #define CAN_MESSAGE_FRAME_NIBBLE_BYTES 4 ///< CAN message frame nibble in bytes. #define FIRMWARE_START_ADDRESS 0x00010000 ///< Firmware start address. #define FIRMWARE_CRC_TABLE_ADDRESS 0x10020 ///< The starting address of CRC table for firmware image. -#define SW_UPDATE_FLASH_BUFFER_SIZE 256 ///< Software update flash buffer bytes. +#define SW_UPDATE_FLASH_BUFFER_SIZE 512 ///< Software update flash buffer bytes. #define MASK_OFF_MSB 0x00FF ///< Bits to mask off the most significant byte of a 2-byte word. #define MASK_OFF_LSB 0xFF00 ///< Bits to mask off the least significant byte of a 2-byte word. #define SHIFT_8_BITS_FOR_BYTE_SHIFT 8 ///< Number of bits to shift in order to shift a byte.