I’ve written a simple piece of XC16 code which scans through the elements of a small 2D array of unsigned ints, and then copies some of the values to another similar array. When I added this new code to the main program, the speed performance of the appli..
↧