Hi I am using STM32G431 and last version of CubeIDE.When I am debugging on ADC12 Common resistor, It's address is 0x50000200.The address should be 0x50000300. How can I change that address? Or Can you change it?
Thank you for your answer. But I am talking about SVD File.Anyway I found that file below link. https://github.com/posborne/cmsis-svd/and I changed the base address of ADC12_COMMON_BASE.Now I can debug without problem. I think ST should change SVD fi...