USART3 on STM32MP157c-dk2 configuration problem
I tried to test a UART link on the USART3 port of the STM32MP157C-DK2 board.
For that I followed the instructions of the Wiki for the modification of the Linux kernel:
- I changed the settings in "arch / arm / boot / dts / stm32mp157a-dk1.dts" to put the USART3 in status = "okay"
- I generated ".dtb" with the command "make dtbs"
- I loaded it on the board and reboot it.
But after rebooting when I do "ls -l / dev / ttySTM *" I only get the ttySTM0 (for the UART_4).
When I do "dmesg | grep ttySTM *" I get the configuration for ttySTM3 (USART_2 for Bluetooth) and ttySTM0.
After several attempts I would like to know if you would have tracks?
