Hi!
As show in the below picture, In my sicarx interrupt sevice function, I use the for loop to assign value to the rdataA[] array. because i used the interrput nest, so this function will be interrupted by other interrupt service function. In the case the array size may overflow to 254,but the max value is 16. the rdataA[] array was defined as a global variable.
Why this array will overflow,how to avoid this case?
thank you!
