Hi,
I tried the LWADC project under MAC57D(Halo) BSP, based on MQX4.2 which is released on website.
It could be compiled and downloaded. After run, the code is stalled at
' while ((adc_ptr->MSR & ADC_MSR_ADCSTATUS_MASK) != ADC_MSR_ADCSTATUS_IDLE) {};'
in 'static void _lwadc_restart(ADC_CONTEXT_PTR context_ptr)' function.

I checked the MSR and it's 0x5 which is out of specification.
Can you check which should be modified in the BSP to run it correctly?
Thanks
Oliver