Question
STM32MP1 openstlinux hardware access
Hi there,
we are developing a custom STM32MP135 board to run openstlinux on it. It will be our first experience with embedded linux (linux) systems, so we have some tasks that we don't know if it can be done.
These tasks are the following:
- Can we access the hardware directly?
- Can we get gpio interrupt on openstlinux.
- Can we send data over spi, i2c, canbus, usart etc.?
- Can we get rx interrupt from usart canbus etc.?
The MPU we have chosen is single core, can you guide us on how to do these tasks? Would these tasks be easier if we use dual core MPU?
