Associate II
May 12, 2023
Question
STM32CubeIDE v1.12.0 disassembly addresses change
- May 12, 2023
- 1 reply
- 1733 views
- Bug Report
When I look at the disassembly of my code, the addresses seem normal. As soon as I scroll through the disassembly, all the addresses change from even to uneven. Further scrolling does not change the addresses back. We look at the disassembly with our students and this is very disorienting.
- Additional Info
We use an Nucleo-L073RZ with the built in ST-Link V2. (Version: V2J41M27)
The STM32CubeIDE Version is v1.12.0 on Windows 10.
The Project is not Optimized. (O0)
The Project is generated with the built-in CubeMX using the default configuration.
Attached is a video demonstrating the problem and the main.c file that is used to generate the assembly.
Any help is appreciated.