the two ways of using GPIO peripheral
Hello,
I am working with stm32mp157c-dk2
I have read the GPIO related parts in documents and wiki. I have also used GPIO from M4 side.
Are the following statements correct ?
Discovery board STM32MP157C-DK2 has two types of GPIOs connector:
- GPIO 40 pins connectors
- Arduino™ Uno connectors
There are two ways to use them;
- configure the required GPIO pins in c code and use it on M4 side
- configure device tree for the required GPIO pins, recompile linux and use it from A7 (linux) side
this is what I have understand from the documents. Did I understand correctly ?
Is something false or missing in the statements ?
