B-L462E-CELL1 Developer Support Request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Labels:
-
STM32CubeExpansion
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Update stm32cubeide to version 1.9
- In embedded software packages manager add stm32cube mcu package for stm32L4 series, latest version
- unzip the downloaded X-CUBE-CELLULAR V7.0 file into a folder. This will be actively used by the IDE.
- run stm32cubeide and then open a new or empty workspace
- use the File -> Open projects from the file system to open a dialog window, click on the directory button and browse within the previously unzipped file directories and find the "STM32CubeExpansion_CELLULAR_V7.0.0\Projects\B-L462E-CELL1\Demonstrations\Nx_TCP_Echo_Client\STM32CubeIDE" folder. After selecting the directory the discovered projects will show up. Select the project and click on finish. This should create a set of folders within the Project Explorer.
- Build the project
