2022-03-29 03:42 AM
Please let me know the flags and options that have to used in STM32 Cube IDE and where it has to be used and where this .s file goes
2022-03-29 04:15 AM
You can generate .s file with GCC option: https://stackoverflow.com/questions/137038/how-do-you-get-assembler-output-from-c-c-source-in-gcc
The .list file generated in the Debug folder is also useful.
2022-03-29 04:40 AM
I have tried the above stack overflow link but it's now working and also I'm unable to find the .list file in debug folder
2022-03-29 06:05 AM
The link works here.
Did you build the project? Show the files you have in the Debug folder.