2021-05-05 10:01 AM
Basically, I'm hoping to try out a different Microphone on SAI_2 and it looks like those pins would be freed up by removing the LCD display.
Solved! Go to Solution.
2021-05-05 11:05 AM
The schematic would be the controlling document as to whether pins are cross connected, or to other parts/circuits on the board.
But generally yes, removing the LCD will significantly reduces the conflicts, and then you'd need to remove any code in the BSP/MSP files within a project or which would otherwise try to initialize/use the pins for the LCD use case in the examples.
The pins can then be used for GPIO, or other Alternate Functions as described in the Data Sheet.
The L4 provided for pin-level muxing of functionality, so the option should be fairly broad.
2021-05-05 11:05 AM
The schematic would be the controlling document as to whether pins are cross connected, or to other parts/circuits on the board.
But generally yes, removing the LCD will significantly reduces the conflicts, and then you'd need to remove any code in the BSP/MSP files within a project or which would otherwise try to initialize/use the pins for the LCD use case in the examples.
The pins can then be used for GPIO, or other Alternate Functions as described in the Data Sheet.
The L4 provided for pin-level muxing of functionality, so the option should be fairly broad.
2021-05-05 02:17 PM
Thanks! I appreciate your quick answer. I'll look at the schematic once more, but I believe it should work.
Cheers, Jerry