|
Re: CRC lookup table in RobotOpen Source
That makes a lot of sense, thank you! I was reading through some more bits of the libraries and it looks like the table is stored in some kind of flash memory, but as far as I know, the arduino ethernet board only has the EEPROM for program storage, and I know the memories are not the same, but I believe they are both non volatile. If one wanted, could one move this table to a different bank of memory, and update the functions calling this table to point to memory containing the table?
|