Solved
How do I see a C/C++ source file after preprocessing in STM32CubeIDE
I want to check if the preprocessing are correctly adding my function macros
I want to check if the preprocessing are correctly adding my function macros
Use the "Preprocess only" checkbox. After that, the converted files will be in the build directory with a "*.o" extension.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.