View Single Post
  #4   Spotlight this post!  
Unread 19-03-2014, 17:45
Bradlye Gordon Bradlye Gordon is offline
Team Java Programmer
FRC #4485 (Tribe Tech)
Team Role: Programmer
 
Join Date: Oct 2013
Rookie Year: 2013
Location: Danville, IN
Posts: 4
Bradlye Gordon is an unknown quantity at this point
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?