User Activity

Hi!I am using STM32MP157C-DK2 board to create an application on the screen (using GTK library). My idea is to start coprocessor firmware from the A7 application with the following commands (system commands):int main (int argc, char **argv) { GtkApp...
Hi! I am using STM32MP157C-DK2 board to create an application on the screen (using GTK library). My idea is to create a window with the following image inside:Created code:#include <gtk/gtk.h>   int main(int argc, char **argv) { GtkWidget *window...
Hi!I am using a STM32MP157C-DK2 board to create an application on the screen. I have used STM32CubeIDE to create my own program:I have initialized peripheral with its default modeI have enabled FDCAN peripheralI have changed the clock settings.With t...
Hi!I am using a STM32MP157C-DK2 board to communicate via CAN. To do this, I have created a program in STM32CubeIDE and set the FDCAN parameters:Classic mode.150KB/s nominal baud rate.HSE clock source (24MH) I have been testing in engineering mode and...
Hi!I am using the stm32mp157C-DK2 board to communicate via FDCAN and my idea is to use it as normal mode to send and receive CAN messages. For this I have created a program in stm32cubeide and I enable FDCAN1 with the following parameters (125Kb/s): ...
Kudos from