Hello Shekar,
Open the stm32F7xx_it.c file in your program (created by the STM32CubeIDE) and comment out the IRQ handlers
- from
HardFault_Handler(void) - to
SysTick_Handler(void),
which are implemented also by the Mbed system software
as explained also here.