Configuration Sector access in TinyCLR

I’m attempting to use the configuration sector but it appears this access hasn’t been implemented in TinyCLR yet. Is this in the pipeline? I’d rather avoid the complexity of an external eeprom for storage a small amount of user config data if at all possible.

Configuration as it existed in NETMF isn’t a thing anymore in TinyCLR. We are still planning what exactly we want to do in this area but don’t have anything to share just yet.

OK thanks. It would be nice for in the future but I’m sure you have more pressing work items. My previous projects were with PICs and they all have a small amount of internal EEPROM for this sort of thing. In the meantime it looks like I’ll be adding a small external EEPROM chip.

Depending on the chip you’re using it may have a small EEPROM or user option bytes that you could access through System.Runtime.InteropServices.Marshal.