Hi,
On OMAPL138, the Boot[0:7] pins are multiplexed with signals like GPIO_7[0:7] etc. At power-up, I think I must set the Boot[0:7] pins to 0x02 for NOR boot. But once the boot finishes, I would like to use Boot[0:7] pins as GPIO_7[0:7]. What's the simplest way to do this?
I think an 8-ch 2:1 analog switch may do the job. At power up, Boot[0:7] pins connect to boot straps (e.g. 0x02) through the analogh switch from one branch, and after the boot, the Boot[0:7] pins go to another branch of the analog switch, in other words, Boot[0:7] are not tied to to boot straps any more after the boot. Thus, they can be programed and to be used as GPIO_7[0:7] after the boot. Is this the proper way to do so? Is there any applicaiton document/note on how to use the multiplexed Boot[0:7] pins?
Thank you very much in advance.