Skip to main content
HStew.1
Associate
January 27, 2023
Question

I purchased the Nucleo H723ZG board and loaded the Cube IDE, ST Programmer, and en.stm32cubeh7_v1-11-0(0) files. Help? The IDE doesn't support the H723(.ioc). I can't find the LED project or even the .bin that came loaded on the Nucleo.

  • January 27, 2023
  • 1 reply
  • 945 views

..

This topic has been closed for replies.

1 reply

HStew.1
HStew.1Author
Associate
January 28, 2023

Pavel - Thank you so much. I'm close to having the project built. I'm down to 4 errors and 0 warnings. The issue is (LED1) e.g.: BSP_LED_Init(LED1); I only see LED1 in main.c It also appears the GPIO functions are handled in HAL functions, not BSP. It is a easy fix, but I'm sure I missed something.