I ran into this exact issue/error in my system, in which I use an embedded STM32. On my PCB, I included a pull-down resistor and toggle switch to set BOOT0 low (GND) or high (3V3) in case I needed to set it low or high. I mistakenly set BOOT0 high wi...
I found the issue from this: https://community.st.com/t5/stm32cubeide-mcus/why-does-the-index-not-work-and-how-to-make-it-work/td-p/269134The indexer needs to be enabled within the project. Go to Project -> PropertiesThen C/C++ General -> IndexerI ch...
I instead switched the hotkey to command + space instead of control + space. Unfortunately I am still seeing a blank whenever I try to use the content assist/autocomplete suggestions for functions. What am I missing?MacOS Ventura 13.5.2