Part Number: MSP430FR5969
Tool/software: TI C/C++ Compiler
I was running an encryption function and utilizing a buffer to hold the generated cipher text. However, when I run it in CCS with the MSP-FET430UIF debugger, the buffer is not being filled with what I would expect it to. If I define the size and call the buffer at the beginning of the code the buffer is just filled with zeroes throughout the code. When I call the buffer right before the encryption function, I find that the buffer is filled with zeroes and then some random hex digits as well. I am not able to find where the problem is :( I am using CCS v8.
Was wondering if anyone had any suggestions as to why this would be happening?
The attached image shows what happens when the buffer is called and define right before the function. When placed at the beginning it is completely filled with zeroes.
