Processor : i.MX8M Mini
BSP Kernel : 5.4.47 (Yocto)
I needed to add ADC functionality to the i.MX8M Mini and discovered that NXP recommends utilising the LPC804 microcontroller with I2C for ADC support.
Is there a reference or documents for using the LPC804 as an ADC with i.MX8M Mini?
Is there any driver and firmware for LPC804 available?
Any assistance would be highly appreciated.
Solved! Go to Solution.
There is no driver available from the i.MX8M perspective, you can create the ADC in LPC using the SDK and provide the result via UART or I2C, if any of this options we already have drivers in Linux to received the data, but there is not such LPC driver that you can use.
There is no driver available from the i.MX8M perspective, you can create the ADC in LPC using the SDK and provide the result via UART or I2C, if any of this options we already have drivers in Linux to received the data, but there is not such LPC driver that you can use.
Thanks for your reply.
Hi folks,
Is there anyone with any suggestions or notes?