Moved from the MPUs section - STM32H7 is an MCU.I have a software example for the STM32H743 provided by STMicroelectronics and I want to add the IOC corresponding to my micro, which is the STM32H753.It does not have the IOC of the STM32H743.I use Cub...
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!!
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, ...