What are PC16 up to PC31 used for on STAMP9261? Can they be used as GPIO?
I tried setting the PIO Enable Register which resulted in a frozen system...
They are part of the data bus (D16-D31) so by setting them to GPIO, you are corrupting every memory access.
Re: PC16 up to PC31 on STAMP9261
They are part of the data bus (D16-D31) so by setting them to GPIO, you are corrupting every memory access.