I've decided to use a ring buffer (FIFO) for my SPI communications, however I am unsure if I specify that my buffer is only every going to be 256 bytes large, if using 8 bit integer overflow is a good idea. I will be using a standard head and tail for the buffer.
I did a simulation to see what Status Flags are set when I overflow, is there anything bad that could occur from triggering the carry flag and half carry?
Any tips or reasons I shouldn't?