2025-07-09 6:58 AM - last edited on 2025-07-09 7:04 AM by Andrew Neil
Hello everyone,
I need a starting INI file for an STM32H753.
I'm using the NUCLEO-H753ZI evaluation board.
I'm using sample projects for various peripherals: GPIO, ADC, TIM, ... . My IDE is Keil uVision.
Using the sample projects, it's easy to debug the microcontroller behavior. All debugger features are accessible and work correctly: Watch, Memory, Peripherals, Logic Analyzer, etc.
My goal is to prepare an initialization file (.ini) to configure Keil debugger at the following path:
Options->Debug->Initialization file
This initialization file, in addition to providing the debugging functions mentioned above (Watch, Memory, Peripherals, Logic Analyzer, ... ), will allow me to read/write information from/to flash memory when loading my executable onto the board.
Can anyone recommend an ini file to start for the STM32H753?.
Thanks in advance for any help/suggestions.
Bye,
Matteo