I have a question. Is there any option to disable CubeMx in STM32cubeIDE?
I just want use UART. So I write PINs and UART configuration in my main.c file. However CubeMX already had UART's pins configured and completely ignored my pins configuration.
It is very annoying when I dont know if i have to configure something in code or CubeMx.
Thank in advance for your answer.