Reset Configuration "set $pc=xxxxxxx", possible to use function name instead of its address ?
Hi,
I created this Reset config

The address of Reset_Hnadler () is from a .map file.

As the adress changes with builds, would be great to use function name.
'set $pc=Reset_Handler'
Is that possible ? What language is that 'set $pc ...'
See chapter '3.1.5.6.2 Restart configurations' in 'UM2609 STM32CubeIDE user guide'

(Eventually I'll port the handler from .s to .cpp and place it at a fixed address so that the address never change)
Thanks

