Menu

#354 brown out parameters

Phase 0
closed
nobody
None
2017-02-18
2017-02-14
Andrey B
No

Need to figure out default brown out and check if adjustments are needed

Discussion

  • Andrey B

    Andrey B - 2017-02-15

    New commands:
    get bor
    set bor X
    where X is 0, 4, 8 or 12

    default value is still 12 - OB_BOR_OFF - for now, until we have progress on confirming if that's an issue or not

    define OB_BOR_LEVEL3 ((uint8_t)0x00) /!< Supply voltage ranges from 2.70 to 3.60 V /
    define OB_BOR_LEVEL2 ((uint8_t)0x04) /!< Supply voltage ranges from 2.40 to 2.70 V /
    define OB_BOR_LEVEL1 ((uint8_t)0x08) /!< Supply voltage ranges from 2.10 to 2.40 V /
    define OB_BOR_OFF ((uint8_t)0x0C) /!< Supply voltage ranges from 1.62 to 2.10 V /

    11518

     

    Last edit: Andrey B 2017-02-15
  • Andrey B

    Andrey B - 2017-02-18

    OB_BOR_LEVEL1 set as default as of 20170218

     
  • Andrey B

    Andrey B - 2017-02-18
    • status: open --> closed
     

Log in to post a comment.