Tool/software: Code Composer Studio
Hi,
My code for the TM4C123G is working fine but as I added two new variables of int data type to the code they are getting the default value 0x84 and 0x03 even I have initialized them with 0x00 and 0x00 and if I change the position of declaration above other variables they work fine but the value of the other value gets affected.I have interrupt service routine for I2C, DMA and UART in my code.
I tried to make the variables volatile and declared all variable in another file, included that file as header file. But none of them worked
Any solution to this problem.