Skip to content

[Protection] Verify why overvoltage/overcurrent protection is being activate when voltage and current have not reached the limits #21

@analuhaas

Description

@analuhaas

Voltage and current limits are set by the variables:
constexpr float32_t overvoltage_tolerance = 80.0F; //[V] Set overvoltage tolerance
constexpr float32_t overcurrent_tolerance = 8.0F; //[A] Set overcurrent tolerance

When protection is used, we can't perform the stack tests cause somehow they identify that these limits are reached.

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions