Using STM32H723ZG for integrating RTOS , software going to Hardfault while executing line const portISR_t * const pxVectorTable = portSCB_VTOR_REG;

Likely one of these asserts is failing which means that you have not correctly installed SVC and PendSV handers. Try adding these lines to your FreeRTOSConfig.h.