hi,
we try to initialize the ADC module of the LPC54616J512.
The aim is to simply start a conversion by Software in the while loop and wait for the result. This is indicated in a flag that is set in the corresponding ISR of the ADC.
We tried to accomplish that with the help of the ConfigTool in MCUXpresso and some extra lines in the main ( mostly taken from the ADC-example with interrupts from the SDK examples ).
Debugging results: the Interrupt never occurs -> Flag is never set to true
We tried to get the ADC running and check results without ISR like it is done in the basic ADC example, but without success.
The most important code lines: ( The entire project is in the attachment )

and the BOARD_InitBootPeripherals() generated by the ConfigTool:

Hope anybody can help.
Thank you in advance :smileyhappy:
Best Regards
Michael