2019-12-18 10:14 PM
Are there control signals available that would allow me to "unmux" the address/data lines using external latch? I need to use the LQPF144 package that doesn't provide the separate Address and Data pins - they are muxed.
Solved! Go to Solution.
2019-12-18 10:53 PM
FMC_NL, confusingly called also NADV.
You may want to read the FMC chapter in RM.
JW
2019-12-18 10:53 PM
FMC_NL, confusingly called also NADV.
You may want to read the FMC chapter in RM.
JW
2019-12-18 11:37 PM
STM32H742ZIT can handle up to 26 address lines and 16 data lines without multiplexing. How much do you need, for what peripheral(s)?
Consult the pin/ball definition table in the datasheet. You'll find that all necessary pins, FMC_A0 through FMC_A25, FMC_D0 through FMC_D15, and the various control pins (find out which ones do you need from the memory/peripheral datasheet) all have a pin number in the LQFP144 column.
2019-12-23 10:56 AM
thanks
Berendi - i typed the wrong part number - I'm using the STM32H745, so the 144 pin package doesn't have separate addr/data pins.
JW - thanks - i missed the FMC_NL signal in the RM. Seems straight forward now.