afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

CRC Init/deinit problems #77

Open stenbergd opened 9 years ago

stenbergd commented 9 years ago

Originally, we tried to init/deinit CRC peripheral every time we used it - but it seems results were inconsitent (sometimes real CRC, sometimes 0).

So now we only init CRC and keep it running, which works.

But it would be nice to init/deinit or at least turn the CRC clocking on/off to save power.