Part Number: MSP430F5438A
Tool/software: Code Composer Studio
Hello,
I have an interesting problem. I wrote a function to send a char array via spi protocol. The function's elements are the char array and the lenght of that array. If the array has 12 element and if i choose 12 for the lenght of array, msp430 step over that function. If that array has 11 elements and if i choose 11 for lenght of array, msp430 execute that function. Msp430 also execute for 13. By the way the char array's size is 30. I cant figure out why it happens.
Best regards.