User Activity

UART7 is not working when configured with same pin numbers as given in the STMCubeMX code.When connected as per schematic pin config, it is working.(Corresponding code also changed)So why is this happening like this? Please help.
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 f...
I am using rpmsg and OpenAMP framework for ipcc implementaion.I am trying to send some data from Cortex M4 to Cortex A7. Data array consists of integers of type uint16. But this transaction is happening properly. But when i use uint8, data is transfe...