How to develop your own application starting from example application (and not template project) ?
Hi,
I am starting a project for the STM32WL using the SubGhz example application.
I want to change the content of the subghz application to have my own behavior with my own frames sent and received.
If I modify the file and I regenerate code using CubeMX, my functions are deleted and are replaced with the example application (Ping Pong).
Is there a way to exclude some files from code generation ? Or maybe a way to tell CubeMX that my project is no longer just the PingPong example project ?
Regards.