STM32CubeIDE doesn't generate UART init function call
I am using NUCLEO-H743ZI which has STM32H743ZI on it. In the 'Device Configuration Tool' under the 'Project Manager'->'Advance Settings' there are options to set how I want to generate HAL calls. I basically want to set all of them 'Visibility(Static)' so they are called at the 'beginning' of main function.
However as soon as I hit 'Save' or 'Generate Code' the visibility of 'MX_USART3_UART_Init' disabled and 'Not Generate Function Call' is selected automatically. I can of course call the function manually but this unpredictable behaviour is concerning...

