SpaceTeam / STS1_COBC_SW

Software for the communication and onboard computer (COBC) of SpaceTeamSat1 (STS1)
MIT License
10 stars 2 forks source link

Pull RF_LATCHUP_DIS pin low on all HW tests #298

Closed PatrickKa closed 5 months ago

PatrickKa commented 5 months ago

Description

With COBC v2.7 we have a new pin called RF_LATCHUP_DIS (PA0) which disables the latch-up protection when pulled high. Since we do not want that to happen, and also want to avoid weird behavior due to a floating pin state, we pull it low in all HW tests.

To do