Skip to content

Conversation

jPerotto
Copy link

Como a tabela de CRC consome muita memoria SRAM, sendo apenas leitura eu fiz modificações para que ela salve esta tabela na flash, poupando 20% de memória SRAM de um ATmega328P . Interessantemente também poupa memória FLASH.
Para mais informações
https://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
https://www.arduino.cc/reference/pt/language/variables/utilities/progmem/

jPerotto added 2 commits June 28, 2018 10:27
Como a tabela de CRC consome muita memoria SRAM, sendo apenas leitura eu fiz modificações para que ela salve esta tabela na flash, poupando 20% de memória SRAM de um ATmega328P <Arduino UNO>. Interessantemente também poupa memória FLASH.
Para mais informações
https://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
https://www.arduino.cc/reference/pt/language/variables/utilities/progmem/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant