I'm using LaunchPad/'2533. I wonder if there's a clever way to seed the random number generator (srand(seed)) that a) works across reset and b) does not require writing flash. For instance, another MCU I've used has a free running counter that gives me a different seed every reset (not sure if it's actual timing difference or just not initialized). Is there any similar register in '2533, maybe hidden in the clock generator. Thought of reading the temp sensor, might work semi-OK, but maybe there's an easier way. BTW, the seed doesn't really need to be very random, just want a seed that has a decent chance of varying across reset.