How to solve the problems encountered with the STM32 series plugins in VSCode?
When I was using Keil and VSCode with the same piece of code, I found that I couldn't enter the ADC_DMA interrupt callback function when using VSCode. I was looking up the information and debugging in two software programs. I found that the address of the array where I stored the data was 0x20 in VSCode, while it was 0x24 in Keil. I attempted to adjust the array address to the correct one, but found that it couldn't be adjusted properly.If there is a solution, please let me know. Thank you.


