Hello, I am working with CLion IDE, I downloaded the arm gcc SDK from the SDK builder and got the .svd file from there.
When tying to see the registers in their peripheral view I get "unable to read memory"
They(CLion support) think it is an issue which the gdb or that the mcu has memory protection set up. I am using the linkserver gdb.
Am I doing something wrong or maybe it is the IDE's issue after all?
Hello @AgustinOrdonez
Sorry CLion IDE is not NXP support IDE, how about ask CLion IDE support?
Development LPC845, recommend you use MCUXpresso IDE:
https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools...
BR
Alice
I asked on the Clion support and they think it is an issue on my side.
They think the issue is that the gdb is not being able to read that memory. Either becasue of read protection or other shenanigans