Hello! So I have several buffers that i am periodically having to set all the values in the array to zero, and sometimes having to only set half of the array to zero. Is there a really fast way of doing this besides just using a for loop or by individually setting all the values to zero in line? I was hoping there might be a way to set a couple pages in ram to all have a value of zero or something. Anyways, thanks for any suggestions!
Also, i'm using the F28069. Thanks!
-Greg w.