2020-09-20 08:55 AM
Remedial register view help needed.
I need to see DMA and UART registers, not having much luck.
ron239955_stm1 referred to the i/o registers window, how is this done?
From Debug Perspective, Registers View, I see only General Registers.
I notice that the "Debug views" reference from Help menu does not appear to correspond to the Registers View, so maybe this part of CubeIDE is still under construction(?)
Using STM32CubeIDE 1.4.2
Solved! Go to Solution.
2020-09-20 09:51 AM
In the "SFRs" view. (Window -> Show View -> SFRs).
Note that viewing some registers can mess with the program logic. For example, reading USART_DR will clear the RXNE bit.
2020-09-20 09:51 AM
In the "SFRs" view. (Window -> Show View -> SFRs).
Note that viewing some registers can mess with the program logic. For example, reading USART_DR will clear the RXNE bit.
2020-09-20 10:49 AM
Aha. That helps.
I am using an F7 chip but SFR window showed F401 which no doubt explains why the register lables didn't correspond to the chip.
./.settings/com.st.stm32cube.ide.mcu.sfrview.prefs
referenced svd_file_path=<long path>/STM32F401.svd
Hmm.
removed the file completely and restarted... now at least the USARTs and UARTs correspond.
This is progress, thanks!
2021-11-20 04:03 AM
in STM32IDEcube to visualize the registers and modify them like in eclipse i/o registers window you find in debug perspective SFRs.