Hi.
I have a struct who has a lot of parameter. Parameter can be setup from GSM or Modbus via UART.
I need to have an count to register how much time parameter has been change.
Struct is over 800 value , will not make a copy and compare.
I want to "count all bit or make a crc" and compare if crc change.
I can not found how to do that?
Thank you for help.