Solved
STM32 U575 LSE Clock doesn't start.
LSE clock is set in the Cube and initialised
After intitialisation the following registers are not set correctly and the LSE clock isn't called
RCC->BDCR->LSEDRIVE not set to hight event though macro called
RCC->BDCR->LSCOSEL set to LSI
RCC->BDCR->LSCOEN not set
This looks to be a bug in the HAL library
