I wanted to use slow clock interrupts to drive an entropy generator based on dueling clocks. I wrote a small sketch to test slow clock. see https://github.com/manitou48/CC3200/blob/master/slowclk.ino
In the sketch if i set the time delta (DTICKS) to 32768, then i get an interrupt every second. all is good. But for my entropy generator, i need faster interrupts. Setting DTICKS to 32, i get no interrupts!! instead of an interrupts every millisecond. If I set DTICKS to 128, the delay takes 12 seconds instead of 4 seconds, so somehow slow clock is messing with other firmware clocks! WEIRD ???
Any thoughts? (tests were done with Energia)
I developed a proof of concept entropy generator whose bits pass the various NIST random tests, see