i want ADC configuration project for NXP s32k311 100 pin package....please provide me example project for particular s32k311 mcu like simple ADC pin reading that can be show in debugging mode in live expression ..........please don't say we don't have particular example for s32k311 and refer this and that..... provide me project as i have time deadline...hope for positive support.
but i don't understand one thing how printf function is transmitting data? don't we need to call Lpuart_Uart_Ip_SyncSend API for transmitting data to serial terminal?
I reuse retarget.c/h files from original project. You need to modify them based on target used. The _write function is defined which calls Lpuart_Uart_Ip_SyncSend.
_write function is called by bottom level of printf routine within C library.