![Maxim MAXQ7665 Скачать руководство пользователя страница 6](http://html.mh-extra.com/html/maxim/maxq7665/maxq7665_quick-start-manual_1744399006.webp)
Figure 5. This screen lets you configure debugging options.
Sample Projects
The EV kit's Quick Start CD contains several sample projects. Example code demonstrates the features of the MAXQ7665
and the EV kit. The sample projects are programs that can be compiled, linked, and run. The user can create a workspace
and project, and then copy code sections from the sample projects to build an application. A brief description of the
sample projects follows.
ADC
This project contains software to set up the MAXQ7665's analog-to-digital converter (ADC). The ADC parameters can
easily be changed and passed to the
ADC_Convert_Int
function if interrupts are used. The ADC data will be returned in
the interrupt service routine when the conversion is complete and the data ready. If ADC polling is used, uncomment the
ADC_Convert_Poll
function. The value of the ADC conversion will be returned to the function when the ADC has finished
conversion and the data is ready.
CAN
The CAN project contains software to set up the CAN controller. The sample project sets the global CAN parameters and
then sets up receive and transmit message centers. To verify the operation, the CAN controller can be set in autobaud
(loopback) mode, which transfers the CAN data from the transmit message center to the receive message center.
Page 6 of 12