Any idea how to solve this? My board is: stm32h753ZI, I think it has plenty of memory, but I don't know where or how to modify it, or which bank to choose. Where could I find info to configure it and also learn more about the subject? Thanks
I want to use the second USB of my nucleo-h753zi board, in a program that checks and graphs the movements and clicks of the mouse that enters through the USB port, but I only see the stlink, there is the init = MX_USB_DEVICE_Init (void); I used the ...
Programming the stm32f103c6 and stm32h753zi chips, without NuCLeo or Discovery, only chip, connections, pins, ports etc.. where can I find information, thanks!!
When I try to install it I get this error: "The following packages have unmet dependencies:st-stm32cubeide-1.16.1 : Depends: libncurses5 but is not installableDepends: libpython2.7 but is not installableDepends: libwebkit2gtk-4.0-37 but is not instal...
yes;That is contemplated:void SendMessageToPC(char* message) {CDC_Transmit_FS((uint8_t*)message, strlen(message));}void SendMovementData(int x, int y, uint8_t buttons) {char buffer[50]; // Buffer para el mensaje// Formatear el mensajesprintf(buffer, ...