Hi everyone,
I wrote following code:
volatile int *p;
// p = (int *)0x0300;
p = (
int *)malloc(30);
*p++= 0x02; //code stuck here *p++= 0x09; My code stuck at above line & following warning appears:
MSP430: Can't Single Step Target Program: Could not single step device