ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Wrong file handler descriptor value causes hard fault error [WakeUp event] #148

Closed lukgni closed 3 years ago

lukgni commented 3 years ago

Problem

After we pulled changes from upstream repository, the 'SystemLayer' tests stopped working (HardFault). After short debugging session, it looks like the problem is with wrong file handler descriptor value.

Proposed Solution

Check if similar problem has been reported on upstream repository.