Looking at a project that needs 100 dedicated GPIOs to monitor state changes. They would be set as pull-up interrupts, and then a few other GPIOs for control/comms with a host Teensy (code already written and working).
MIMXRT1062DVJ6 datasheet says that the chip has 127 GPIOs (124 tightlycoupled). If I do the development work using the Teensy4.1 for a cut down bench prototype say for 50 GPIOs and say 5 for control/comms, would I be able to use/expose the other GPIOs and use them for the remaining 50 GPIOs needed (total 105)?
Is this possible, and if so, I suspect it will need the GPIO mapping file increased, and will it work with the Teensy libraries expecically if just use the extra GPIOs as basic inputs?
Welcome your thoughts.
MIMXRT1062DVJ6 datasheet says that the chip has 127 GPIOs (124 tightlycoupled). If I do the development work using the Teensy4.1 for a cut down bench prototype say for 50 GPIOs and say 5 for control/comms, would I be able to use/expose the other GPIOs and use them for the remaining 50 GPIOs needed (total 105)?
Is this possible, and if so, I suspect it will need the GPIO mapping file increased, and will it work with the Teensy libraries expecically if just use the extra GPIOs as basic inputs?
Welcome your thoughts.