Question
How to use specifically to Cortex-M4 on DK2
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";
};