Skip to main content
FBrin.1
Associate II
March 27, 2021
Question

NUCLEO-WL55JC LoRa register setting

  • March 27, 2021
  • 2 replies
  • 869 views

Hi,

Is there any way to read register data in STM32WL? Since it uses SX1262 chip, I want to read register data using the register address. Since STM32WL does not have SPI support, can anyone please suggest how to read register data using STM32WL? For example, how can I read Data Buffer values?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
March 27, 2021

Doesn't it just use an "internal" SPI connection, ie one not getting to external pins, but directly plumbed to the SX1262

The library code surely implements the read/write IO functions, perhaps review that?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
FBrin.1
FBrin.1Author
Associate II
March 27, 2021

Thanks. It does have an internal SPI connection to SX1262. Do we have to use HAL_SUBGHZ_ReadRegister() to read register data?