Hello, I was wondering if anyone knew where to get SVD files for the LPC2134 mcu? I found one project online that linked an SVD in a PAC but it was for LPC176x5x_v0.2.svd. Any help would be appreciated!
Are there any peripheral/register definition files of any sort available at all?
Hi @Tomlinson
Sorry, there are no peripheral/register definition files of any sort available.
But you can use a similar SVD, If you found an SVD file for the LPC176x family, there might be enough overlap in peripheral functionality that you can use it as a base, and tweak any differences manually. Be careful with differences in peripherals, as the two MCUs are from different families.
BR
Hang