I know this is going to be pretty vague but can someone tell me from experience what would make my board keep resetting when I place the following command into the code?
memset(&RXData, '\0', sizeof(RXData))
I am transmitting and receiving data from an RF link. I would like to use this line to clear the array char bcz of bad incoming data now and again