WurthElektronik / WirelessConnectivity-SDK_STM32

Software development kit for Würth Elektronik eiSos wireless connectivity products (implementation for STM32 microcontrollers).
Other
9 stars 7 forks source link

fix #4 by clearing ORE bit, if it was set #5

Closed Mayerch1 closed 5 months ago

Mayerch1 commented 6 months ago

This PR will prevent a deadlock by the uncleared ORE bit, by simply clearing that bit within the IRQ handler. This was added to IRQ handlers in L0 and F4 implementations.

In accordance to project style, the LL Driver was used for testing and clearing the bit.

wm-eisos commented 5 months ago

Hey Mayerch1,

On this repo we usually don't accept PRs to keep the current format of having one commit per release. However the issue that this PR fixes will added to the next release.

Best Regards Wajdi