2020-03-16 02:10 AM
I need to develop M4 and how do I configure system resources,for example,we need to configure uart on M4,the modification as follows,but it doesn't work:
&m4_rproc {
m4_system_resources {
status = "okay";
};
};
&m4_uart3{
status = "okay";
};
2020-03-16 07:01 AM
Hi @Wjian.1
Did you already refer to wiki user guide ?
https://wiki.st.com/stm32mpu/wiki/How_to_configure_system_resources#ADC_example
https://wiki.st.com/stm32mpu/wiki/Serial_TTY_device_tree_configuration
https://wiki.st.com/stm32mpu/wiki/USART_internal_peripheral
Note that MP1 has an usart3 not uart3 device.
STM32CubeMX can also help you to assigned and configure properly usart3 to M4
Hope it help
Olivier
2020-03-17 08:58 AM