Hi,
I found 2 BUGs in the code generated by Config Tool for the MCXA153 chip.
First BUG - refers to configuration of the SPI interface. The Config Tool does not generate clock divider initialization for SPI:

Second BUG - refers to configuration INPUTMUX.
I configure the trigger for the ADC using TIMER0:

The trigger configuration code is correctly generated in function ADCPins (inside BOARD_InitBootPins function) in the pin_mux.c file:

but code in BOARD_InitBootPins() is overwritten by the BOARD_InitBootClocks() function:

where INPUTMUX is reset:

Regards
Daniel