Skip to main content
GErma.1
Associate III
May 3, 2020
Question

PIN FUNCTIONS IN MURATA LORAWAN MODULE

  • May 3, 2020
  • 3 replies
  • 2373 views

Hi

According to the Murata's manual, the CMWX1ZZABZ-091 module uses an STM32L082 processor, but the ST website says it uses an STM32L072CZ. What information is correct?

I am asking this question because the Murata manual does not reference all the alternate functions available on a given STM32L0 pin.

For example in the Murata manual, PA12 / USB_DP is connected to STM32L082_PA12 and has the description GPIO Mode PA12 and USB_DP.

According to the STM32L072 manual, pin PA12 can have the following alternative functions: SPI1_MOSI, EVENTOUT, TSG_G4_I04, USART1_RTS_DE and COMP2_OUT.

Can I use all the alternate STM32L0 functions on the Murata Lorawan Module?

BR

Gilberto

This topic has been closed for replies.

3 replies

sergug
Visitor II
June 3, 2020

Hello!

From Murata's "LoRa Module FAQ":

Q. What is the difference between CMWX1ZZABZ-078 and CMWX1ZZABZ-091?

A. In terms of the performance and the software, basically there is no difference between these two modules. The only difference is the Hardware Encryption for AES. 

CMWX1ZZABZ-078 carries this function, but CMWX1ZZABZ-091 does not. Besides, the price is the same for both modules.

CMWX1ZZABZ-078 - STM32L082

CMWX1ZZABZ-091 - STM32L072

>According to the STM32L072 manual, pin PA12 can have the following alternative functions: SPI1_MOSI, EVENTOUT, TSG_G4_I04, USART1_RTS_DE and COMP2_OUT.

From manual 072: "Alternative functions: SPI1_MOSI, EVENTOUT, TSG_G4_I04, USART1_RTS_DE and COMP2_OUT." and "Aditional functions: USB_DP"

TVard.1
Associate III
July 2, 2020

I am trying to access CMWX1ZZABZ-093. which pin should i use to access the UART of module?

sergug
Visitor II
July 3, 2020

23 PA3/ADC3  - I/O - STM32L072_PA3  - UART_RX for AT command interface 

24 PA2/ADC2  - I/O - STM32L072_PA2  - UART_TX for AT command interface 

TVard.1
Associate III
August 27, 2020

same goes for 078 and 091 modules? Do these modules by default comes with AT command ?

TVard.1
Associate III
September 1, 2020

does -078 module come prebuilt with AT command firmware inside it or do i need to use LPWAN software package from ST?

sergug
Visitor II
September 2, 2020

From

https://www.murata.com/-/media/webrenewal/support/faqs/products/lpwa/lora/hardware/lora_lineup.ashx

CMWX1ZZ ABZ-078 - "test firmware" ( not "LoRa Modem Firmware" !)

I worked with such modules using modified libraries from STM

TVard.1
Associate III
September 2, 2020

Can you guide me through the process of putting lora modem inside it?