I'm programming PIC24EP-family microcontrollers mostly in c with some inline assembly, and I would like to save arrays of 8-bit unsigned integer constants in flash and to be able to read that data using a minimum of clock cycles. Saving constants in flash..
↧