How to use specifically to Cortex-M4 on DK2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-16 2: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";
};
- Labels:
-
ST-Boards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-16 7: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
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 8:58 AM
