2021-03-29 03:41 AM
If I click in the error it navigates me to #define RADIO_INIT MX_SUBGHZ_Init, but no function is created by CubeMX.
Solved! Go to Solution.
2021-03-29 08:40 AM
Hello @RGili.1
You need to disable the MX_Subghz_init function visibility ( under Project Manager - Advanced Settings ) to avoid this error.
Please re-check and tell me if problem was solved or not.
Thanks, Khouloud
2021-03-29 03:43 AM
Hello @RGili.1
Thanks for your feedback,
Are you using the latest Cube versions? if yes, could you please share your ioc file to check your case?
Thanks, Khouloud
2021-03-29 03:46 AM
2021-03-29 08:40 AM
Hello @RGili.1
You need to disable the MX_Subghz_init function visibility ( under Project Manager - Advanced Settings ) to avoid this error.
Please re-check and tell me if problem was solved or not.
Thanks, Khouloud
2021-03-29 08:57 AM
Yes, problem solved disabling MX_Subghz_init function visibility.
Thank you!
2021-05-11 07:33 AM
Hi Khouloud ZEMMELI,
can you explain, please, why it's needed to disable function visibility?
What is a problem to keep visibility enabled?
Thanks a lot.
2021-05-12 05:03 AM
Hi @Community member ,
It was just a workaround to fix the compilation errors, but issue is under analysis to be fixed.
Khouloud