-
Notifications
You must be signed in to change notification settings - Fork 80
Invalid arguments in SUBGRF_ClearDeviceErrors function #71
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinginternal bug trackerIssue confirmed and logged into the internal bug tracking systemIssue confirmed and logged into the internal bug tracking systemmwMiddleware-related issue or pull-request.Middleware-related issue or pull-request.subghzSub-GHz radioSub-GHz radiowirelessWirelessWireless
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginternal bug trackerIssue confirmed and logged into the internal bug tracking systemIssue confirmed and logged into the internal bug tracking systemmwMiddleware-related issue or pull-request.Middleware-related issue or pull-request.subghzSub-GHz radioSub-GHz radiowirelessWirelessWireless
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
To release
Hi,
Accroding to the documentation "RM0461 STM32WLEx advanced Arm®-based 32-bit MCUs with sub-GHz radio solution Rev 7" the command Clr_Error has only one byte argument.
The function SUBGRF_ClearDeviceErrors specified two bytes.
STM32CubeWL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.c
Lines 937 to 941 in 5b47f70