2022-03-29 10:26 AM
Hi there,
I am trying to explore IoT options with the B-L462E-CELL1 discovery kit (STM32L462RE mcu). I was hoping for a software environment that I could use as a springboard to start working with this device, but I have not been able to find one.
I have tried to install the X-CUBE-CELLULAR software expansion for the STM32CubeIDE, but I don't understand how to "install" it into the IDE. It is not available in the "Embedded Software Packages Manager," so I attempted to install "From Local..." and pointing at the .zip file I downloaded here. The manager does not recognize this zip file.
Unzipping it, I see source code for demonstrations (great!) and some precompiled binaries. I can flash my board with these binaries, but I cannot build the projects. I seem to be missing some dependencies, which I would assume are part of the X-CUBE-CELLULAR package.
I have combed through all the documentation I could find for both X-CUBE-CELLULAR and the discovery kit, but can't find a straightforward answer. Is this board more of a demonstration that we aren't meant to write custom software for? If not, how can I set up an environment with the necessary dependencies to use the cellular middleware?
Thanks.
2022-04-02 11:41 AM
I too am working with that discovery kit and getting familiar with the stm32cubeide can take awhile. I recommend first updating the ide to the latest version 1.9.
I used X-CUBE-CELLULAR V7.0 , the latest, so I could use the Azure RTOS and related libraries.