Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid arguments in SUBGRF_ClearDeviceErrors function #71

Open
b00bl1k opened this issue May 27, 2023 · 1 comment
Open

Invalid arguments in SUBGRF_ClearDeviceErrors function #71

b00bl1k opened this issue May 27, 2023 · 1 comment
Assignees
Labels
mw Middleware-related issue or pull-request. subghz SubGHz-related issue or pull-request.

Comments

@b00bl1k
Copy link

b00bl1k commented May 27, 2023

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 );
}

@TOUNSTM
Copy link
Contributor

TOUNSTM commented Jun 2, 2023

Hello @b00bl1k,

Thank you for this report. We will get back to you as soon as we analyze it further. This may take some time. Thank you for your comprehension.

With regards,

@ALABSTM ALABSTM added subghz SubGHz-related issue or pull-request. mw Middleware-related issue or pull-request. labels Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mw Middleware-related issue or pull-request. subghz SubGHz-related issue or pull-request.
Projects
Development

No branches or pull requests

4 participants