lab11 / polypoint

Indoor localization based on the DecaWave DW1000.
Apache License 2.0
137 stars 52 forks source link

Fix STM sleep mode #3

Open bradjc opened 8 years ago

bradjc commented 8 years ago
  1. call PWR_EnterSTOPMode() instead
  2. Fix main loop so interrupts can't occur before WFI
  3. Look at stm-sleep branch for how to get the I2C to wake the STM
  4. Figure out why just changing the sleep function doesn't work.