Hello,
Im trying to use a USB ring buffer for some data coming in through CAN. I can initialize it to any size I like ( i need around 512) and all is well. But, if i try to add data past 64 i get a fault.
Is there a hard limit coded in somewhere that prevents the index from exceeding 63?