Issue with sx1262 module
I am trying to switch between modes (standby, rx, tx, sleep) in the sx1262 module. While switching, I pay attention to the figure below in the datasheet of the lora module. For example, to switch from SX126X_STANDBY_CFG_RC mode to RX mode, I use the command sx126x_set_rx(&myLoRa, 0). Then I use the command sx126x_get_status(&myLoRa, &radio_status) to check if the module has switched to rx mode but the cmd_status value is read as "SX126X_CMD_STATUS_CMD_EXEC_FAILURE" and the chip_mode value is read as "standby".

