On a 32-bit processor, can an ISR and the main loop share an int32?
Posted on June 08, 2018 at 21:20This may be a galactically stupid question, but I'm an 8-bit programmer making the leap to 32-bit programming.On 8-bit CPUs, we could 'share' (read and set) a 1 byte (char, uint8_t) variable between ISRs and the main ...