I'm tring to set up an HID on a NUCLEO-STM32H743ZI. My demo code is very simple:uint8_t buffer[8] = { 1, 0, 0, 0x04, 0, 0, 0, 0 };
while (1) {
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */
if (HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_13) == GPIO_PIN...
Mixed Signal ProcessorReported from "Description of STM32F4 HALand LLdrivers"[1]:The MspInit callback performs the low-level initialization related to the different additional hardware resources: RCC, GPIO, NVIC and DMA.[1] https://www.st.com/content...