This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Neg40dBm definition error in Product Spec, SVD

In product spec for nrf52832:

Neg30dBm  0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm

Similar stuff in the SVD out of SDK 12.3

When I convert the svd to rust (using tool svd2rust), it fails to compile.

As an enumeration, it is flawed, having two symbolic names with the same value.

Parents Reply Children
No Data
Related