You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request/improvement related to a problem? Please describe.
STM32H503RB Nucleo
analogWrite(PA5, xxval) is non-return
HAL_DAC_ConfigChannel() (called by analogWrite) is also non-return
Unable to trace further without debugging
No compile error but MCU "lockup"
Describe the solution you'd like
.cfg files and others related to openocd Debug for STM32H5xx
Describe alternatives you've considered
CubeIDE having its own issues
Additional context
.cfg files not found in stm32duino github
DAC config state unknown but doing conversion
HAL functions must be used (except ConfigChannel()
Nice MCU need to try more peripherals
The text was updated successfully, but these errors were encountered:
Is your feature request/improvement related to a problem? Please describe.
STM32H503RB Nucleo
analogWrite(PA5, xxval) is non-return
HAL_DAC_ConfigChannel() (called by analogWrite) is also non-return
Unable to trace further without debugging
No compile error but MCU "lockup"
Describe the solution you'd like
.cfg files and others related to openocd Debug for STM32H5xx
Describe alternatives you've considered
CubeIDE having its own issues
Additional context
.cfg files not found in stm32duino github
DAC config state unknown but doing conversion
HAL functions must be used (except ConfigChannel()
Nice MCU need to try more peripherals
The text was updated successfully, but these errors were encountered: