Hi Mike,
This time you seemt to be right 🙂.
There is an error in the XML file from Microchip where it mentions portd as being present on a 18f26q43 while it does not have it.
It might be - however - that the port is present but since there are no pins left they are just not connected. It is sometimes cheaper to do that instead of making a separate silicon for that. I
could test if I could read and write to that port to verify this.
Or it is an error that Microchip will fix later, not sure.
I could change the Python script to leave that out but then I need to remember to remove it when it is fixed (if they do that) and the script becomes harder to
maintain. Since the pinning in the datasheet does not mention the presence of a portd I do not think it will result in any problems since you cannot control anything with it.
Do you agree or did is miss something that still it may result in a problem?
Kind regards,
Rob