I am trying to use svd2ada for the nrf52833.svd file which is in the nRF5_SDK_17.0.2_d674dde sdk package.
It generates a couple of warnings and then fails.
raised CONSTRAINT_ERROR : Invalid access value read-writeonce
I found the culprit, the nrf52833.svd uses lower case for the register access type and this fails here:
|
elsif Value = "read-writeOnce" then |