-
Notifications
You must be signed in to change notification settings - Fork 68
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 radio
Description
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
| void SUBGRF_ClearDeviceErrors( void ) | |
| { | |
| uint8_t buf[2] = { 0x00, 0x00 }; | |
| SUBGRF_WriteCommand( RADIO_CLR_ERROR, buf, 2 ); | |
| } |
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 radio
Type
Projects
Status
To do
