cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the "Examples List" for the STM32WL-series chips?

hpux735
Associate

I'm trying to get started using the STM32WLE5-series chip, and I'm really struggling to figure out how to get the `AT` firmware example going. I see it in the SDK package, but it's only for the STM32WL5-series (dual-core) chips. I see this setting in the .ioc file, but it doesn't tell me how to get to the Examples List?

Thanks!

0693W00000ANMo4QAH.png

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @hpux735​ ,

First let me welcome you to the STM32 Community 😊

Thanks for reporting. Actually, what STM32CubeMX delivers is a template for a project, without forcing the user to use IP’s used by provided examples because he may want to implement in a different manner.

Thus, AT-Slave application cannot be selected as a LORAWAN application using the current version of STM32CubeMX. An enhancement will be made in a future release. Stay tuned =)

Moreover, I can propose in this situation two workarounds:

  • You can import LoRaWAN_AT_Slave example in your project if you are working with Single Core product( not possible with Dual Core product). The LoRaWAN_AT_Slave available example is created based on STM32WL55JCIx MCU and can be selected through STM32CubeMX > Example Selector:

0693W00000ANbNmQAL.png After opening the selected project and saving it, you can start a new project using STM32WLE5C8 and use the Import Project feature:

0693W00000ANbReQAL.jpg The Import Project menu eases the porting of a previously-saved configuration to another MCU. For further details about the different CubeMX features, you can refer to STM32CubeMX User manual.

Note that trying this solution may throw some errors during build.

  • As a second workaround, you can activate all necessary IP’s to mimic the LoRaWAN_AT_Slave example and add necessary files.

As I have already mentioned, improvements will be implemented soon. I'll surely keep you posted with the updates.

I hope this answers your question.  if this this case, please click on the Select as Best button on my reply . This will help other members of the community find this solution more quickly.

Khouloud.

View solution in original post

2 REPLIES 2

Hello @hpux735​ ,

First let me welcome you to the STM32 Community 😊

Thanks for reporting. Actually, what STM32CubeMX delivers is a template for a project, without forcing the user to use IP’s used by provided examples because he may want to implement in a different manner.

Thus, AT-Slave application cannot be selected as a LORAWAN application using the current version of STM32CubeMX. An enhancement will be made in a future release. Stay tuned =)

Moreover, I can propose in this situation two workarounds:

  • You can import LoRaWAN_AT_Slave example in your project if you are working with Single Core product( not possible with Dual Core product). The LoRaWAN_AT_Slave available example is created based on STM32WL55JCIx MCU and can be selected through STM32CubeMX > Example Selector:

0693W00000ANbNmQAL.png After opening the selected project and saving it, you can start a new project using STM32WLE5C8 and use the Import Project feature:

0693W00000ANbReQAL.jpg The Import Project menu eases the porting of a previously-saved configuration to another MCU. For further details about the different CubeMX features, you can refer to STM32CubeMX User manual.

Note that trying this solution may throw some errors during build.

  • As a second workaround, you can activate all necessary IP’s to mimic the LoRaWAN_AT_Slave example and add necessary files.

As I have already mentioned, improvements will be implemented soon. I'll surely keep you posted with the updates.

I hope this answers your question.  if this this case, please click on the Select as Best button on my reply . This will help other members of the community find this solution more quickly.

Khouloud.

Thank you! I think this will get me going.