We are using the latest STM32CubeIDE (1.4.0) and are trying to develop applications for linux user space on our STM32MP157 board. Our goal is to use the cross compiler toolchain for developing and debugging with the IDE.When we create a new project, ...
Hello @Ludovic Feltz we have not found a solution with STM32CubeIDE.As we are using our custom yocto build (based on OpenSTLinux), we have found a solution:Generate a SDK with bitbake (or use the OpenSTLinux SDK, which should work too) and install i...
Hi @JeanPhilippeR the RX and TX pins are connected together.In the one terminal window i'm using cat for listing on the port:root@hp00164:~# stty -a -F /dev/ttySTM1
speed 9600 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill...
Hi @JeanPhilippeR,we are using dunfell 5.4, the latest distribution.Linux hp00164 5.4.31 #1 SMP PREEMPT Wed Apr 8 07:08:47 UTC 2020 armv7l armv7l armv7l GNU/LinuxThanks,Kevin
Hello Jean-Philippe,thank you for the url. After looking into it, i see that for uart8_k (count=0) the clock is not enabled:root@hp00164:~# grep -E "clock|uart" /sys/kernel/debug/clk/clk_summary | sed 's,\s\+, ,g' | column -t
clock count count c...