Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: amowry

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    313

    I believe that this does the trick: ...

    I believe that this does the trick:


    USBCON |= (1 << USBE);
    PLLCSR |= (1 << PLLE); // Resume the USB Clock (PPL)
    USBCON &= ~(1 << FRZCLK); // Resume the USB Clock
  2. Replies
    5
    Views
    313

    Just in case anyone else has this question, I...

    Just in case anyone else has this question, I found that the LowPower library that I am using doesn't turn off the USB clock. When I do that using the code below before putting the MCU in idle mode,...
  3. Replies
    5
    Views
    313

    Thanks for this reply, Paul! I was beginning to...

    Thanks for this reply, Paul! I was beginning to think that the datasheet is indeed misleading. I am testing idle current with most peripherals (USB, ADC, SPI, etc. turned off), and still getting 4.5...
  4. Replies
    5
    Views
    313

    32U4 power consumption

    My apologies that this is about an older product, but here goes:

    On this page the idle current for the Teensy 2.0 is quite a bit higher than the 32U4 datasheet seems to suggest on page 396 (around...
Results 1 to 4 of 4