cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Cube Mx Code generator (RAK3172 on STM32CubeIDE with STM32WL)

MGami.1
Associate III

We are using LORAWAN with STM WL series Microcontroller.

For that we have used predefined method of getting readily code of both the functionality.

I have shared that link below.

https://docs.rakwireless.com/Product-Categories/WisDuo/RAK3172-Module/Low-Level-Development/#rak3172-on-stm32cubeide-with-stm32wl-sdk-v1-2-0

After using above document we are able to get code with 0 errors and 0 warnings.

But when we open .ioc file and update something. It will change so many files and due to that we are not able to build the code succefully.

Any one have solution regarding the same?

How can I easily integrate any module (Like ADC, Timer, etc)

Regards

Manan

10 REPLIES 10

Like any STM32Cube project, you may change the configuration with Cube and regenerate the code. Of course this may require additional code elsewhere depending what kind of changes you make. I'd suggest getting familiar with Cube before approaching this project.