STM32MP157-DK2: Problem with UART7 when used with OPENAMP framework.
We are a connecting a sensor to M4 side and reading the data through UART7. UART7 is enabled for M4 by modifying the Linux Kernel Device tree and TF-A .dtsi files.
Device tree file for TF-A is generated through STM32CubeMX. and Placed the generated files in the /fdts folder of TF-A(Which was downloaded from stm git) and built it and loaded to the board using the given procedure.
We are able to read the UART data correctly when OPENAMP_Init() is not used.
This is blocker for our project and urgent help would be appreciated.
Thank you.
