cancel
Showing results for 
Search instead for 
Did you mean: 

Azure IoT support for STM32L4S5Zit6

SVemp.1
Associate III

Hi Team We want connect Azure IoT hub using STM32L4S5Zit6 MCU.

I don't see any azure example specific to STM32L4Plus series.

So Is Azure packages are available for STM32L4Plus?

Can we use any other packages to make it work?

As we are new to ST Can any one suggest a way to connect STM32L4S5Zit6 to azure?

Thanks,

Suresh.

Suresh
3 REPLIES 3
S.Ma
Principal

A quick google shows: https://azure.microsoft.com/fr-fr/blog/stm-iot-starter-kit/

Digging to GIT's license file: MIT

Like i asked the given source is for discovery kit which all you have to drag and drop binaries for STM32L4 series.

So i cant use same binaries for other series like STM32L4Plus right?

So my question is can we port other series azure code to STM32L4S series?

Thanks,

Suresh

Suresh
Guillaume K
ST Employee

Currently there's no ST Azure package for STM32L4S5.

X-CUBE-AZURE is provided for STM32L475.

You have to do the porting from B-L475E-IOT01 to B-L4S5I-IOT01.

There's no big difference between B-L475E-IOT01 and B-L4S5I-IOT01. It's mainly the main processor that changes. It should be relatively easy to make the port.

You can try to use CubeMX to create a basic L4S5 application, then try to insert the X-Cube-Azure application for L475.

Usually when porting cloud software the main difficulty is in the network interface. Here it's the same (Inventek WiFi module). There should be no change in that area.

The main issue may be in the secure bootloader (SBSFU). You have find a SBSFU version for STM32L4S5 instead of STM32L475.