Skip to content

Invalid arguments in SUBGRF_ClearDeviceErrors function #71

@b00bl1k

Description

@b00bl1k

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.

image

The function SUBGRF_ClearDeviceErrors specified two bytes.

void SUBGRF_ClearDeviceErrors( void )
{
uint8_t buf[2] = { 0x00, 0x00 };
SUBGRF_WriteCommand( RADIO_CLR_ERROR, buf, 2 );
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinginternal bug trackerIssue confirmed and logged into the internal bug tracking systemmwMiddleware-related issue or pull-request.subghzSub-GHz radio

Type

No type

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions