Eval Board: Keil MCB4357 (uses a LPC4357)
I am working on a project which has some overlap in pin usage when using any of the default pin functions. To get around this issue, I am trying to re-purpose some GPIOs for an I2S connection.
I am curious if there is a relatively seamless format for accomplishing this, such that the pin reading can be easily forwarded to the appropriate I2S registers? If not, where might you suggest I begin? Does Keil provide a pin-muxing utility tool?
Thanks in advance!
Does the chip documentation suggest this kind of muxing/routing is possible? Manifesting connectivity when there is none is quite difficult. Pin "fitting" tools tend to be the purview of the chip manufacturer.
That makes sense, thanks. I will have to check what tools I have available and check with the manufacturer.