User Activity

Hi. I have imported a project from another PC to my PC, attempting to run this code on different hardware. When attempting to debug the project on my PC, I received the following: Disassembly: I am unsure what this means, or how to proceed. Please le...
Hi. I am using the debugger, and sometimes I hover over the objects to see their values, like so.One of the issues I've run into is this.On many of the expressions, I cannot expand the details of the expressions, even though I am sure there are furth...
Hi. I am using a STM32F756-EVAL board for USB_FS transmission.messageprocesser.c#include "messageprocesser.h" #include "main.h" #include "usbd_cdc_if.h" #include <string.h> #include "string.h"   //Sample cmd: TOARM_FIRMV_00000000_4C\r\n #define MESSA...
Hi. I'm looking at some code built for USB_FS communications on the STM32756-EVAL board. HAL_StatusTypeDef USB_WritePacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *src, uint8_t ch_ep_num, uint16_t len, uint8_t dma) { ...
Hi. I am currently using the STM32756-EVAL board for some embedded programming. So far, for reference, I am using:PM0253 Programming manual - STM32F7 Series and STM32H7 Series Cortex®-M7 processor programming manualUM1905 - Description of STM32F7 HAL...
Kudos from