cancel
Showing results for 
Search instead for 
Did you mean: 

Configure LoRa E22-900M22s module and MAX3485 (for Rs485) into STM32H753ZIT6

Ematic
Associate II

Hi, I am working on configuring LoRa (E22-900M22S) and the MAX3485 transceiver to establish RS-485 communication using the STM32H753ZI. I have connected the LoRa and MAX3485 modules as per the following reference:

LoRa(E22-900M22S)
LoRa PinSTM32H753ZI Pin (example)
MOSI PA7 (SPI1_MOSI)
MISO PA6 (SPI1_MISO)
SCK PA5 (SPI1_SCK)
NSS PA4 (GPIO)
RESET PB0 (GPIO)
DIO1 PB1 (EXTI-capable GPIO)
DIO2PB2 (EXTI-capable GPIO)
BUSY PB10 (GPIO input)
GNDGND
VCC3.3V

 

RS-485(MAX3485)
STM32H753ZI PinMAX3485 Pin
PD8DI
PD9RO
PD12 (or any GPIO with DE support)DE + RE (tied together)
3.3VVCC
GNDGND

Could you please guide me on how to configure both LoRa and RS-485 communication using STM32CubeIDE?

1 REPLY 1
Andrew Neil
Super User

A schematic is a better way to present an electronic circuit.

I'm not clear if you mean that the H7 is connected to the E22 LoRa via RS485, or if these are two separate interfaces?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.