I am debugging a product with an LPC5528 mcu. McuExpresso seems to know about the peripheral registers. I need to debug in Ozone and have a Cmake based project. Can someone help me locate the .svd file for this part? I have hunted through the SDK files and also the mcuxpresso install area where I did create a hello world project for my target which worked fine. I am on MacOs. Thanks.
Solved! Go to Solution.
Hello chetferry,
The SVD file is present in SDK, while it is not using *.svd extension. it is *.xml,
SDK_2.9.1_LPCXpresso55S28\devices\LPC55S28
BR
Alice
Hello chetferry,
The SVD file is present in SDK, while it is not using *.svd extension. it is *.xml,
SDK_2.9.1_LPCXpresso55S28\devices\LPC55S28
BR
Alice
Can this file be renamed to .svd extension to use it as such or does it need a conversion?
just rename it, no conversion needed.
Thank you. Thats exactly what I needed