Hi @davidfi ,
ADMUX is not a pin-mux (IOMUX) option.
It is an internal SEMC address mode. In the rt1064RM reference manual, ADMUX is selected by the SEMC SRAM/NOR control register field (for example, SRAMCR0[AM] , where 00b = Address/Data MUX mode ) rather than by the pin-mux settings.
mayliu1_0-1780644470849.png
In MCUXpresso Config Tools, you should first route the required SEMC external signals, such as SEMC_ADDRxx and SEMC_DATAxx .
Then configure the SEMC address mode to ADMUX in the SEMC register/peripheral configuration.
BR
May