2021-10-06 06:14 AM
Hi,Master:
MCU: STM32H750VB(LQFP100)
Application requirements:
Problem: Some FMC pins are the same as the LCD controller, but they cannot be multiplexed and mapped to other pins, causing conflicts. For example, PE14 is the conflicting pin of LCD_CLK and FMC_D11
Expectation: Without changing the MCU model, is there a way to resolve this conflict and achieve application requirements?
thank you very much!
Solved! Go to Solution.
2021-10-06 06:34 AM
You can't have a pin shared between the two. You'll have to move to a different chip if you need them both. Or change the to a memory that doesn't contain the conflicts.
2021-10-06 06:34 AM
You can't have a pin shared between the two. You'll have to move to a different chip if you need them both. Or change the to a memory that doesn't contain the conflicts.