MIMXRT1060-EVKB
-
Core
Cortex-M7
-
Device
MIMXRT1062DVL6B -
CMSIS Pack
MIMXRT1060-EVKB_BSP
-
adc_12b1msps_sar_interrupt
Keil Studio AC6, GCC, IARThe adc_interrupt example shows how to use interrupt with adc driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the adc'ssample input. When running the project, typing any key into debug console would trigger the conversion. ADC interrupt would be asserted once the conversion is completed. In ADC ISR, the conversion completed flag would be cleared by reading the conversion result value. Also, the conversion result value is stored, and the ISR counter is increased. These information would be printed when the execution return to the main loop.The point is that the adc interrupt configuration is set when configuring the adc's conversion channel. When in software trigger mode, the conversion would be launched by the operation of configuring channel, just like writing aconversion command. So if user wants to generate the interrupt every time the conversion is completed, the channel's configuration with enabling interrupt setting would be used for each conversion.
Download Pack -
adc_12b1msps_sar_interrupt
Keil Studio, µVision AC6The adc_interrupt example shows how to use interrupt with adc driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the adc'ssample input. When running the project, typing any key into debug console would trigger the conversion. ADC interrupt would be asserted once the conversion is completed. In ADC ISR, the conversion completed flag would be cleared by reading the conversion result value. Also, the conversion result value is stored, and the ISR counter is increased. These information would be printed when the execution return to the main loop.The point is that the adc interrupt configuration is set when configuring the adc's conversion channel. When in software trigger mode, the conversion would be launched by the operation of configuring channel, just like writing aconversion command. So if user wants to generate the interrupt every time the conversion is completed, the channel's configuration with enabling interrupt setting would be used for each conversion.
Download Pack -
adc_12b1msps_sar_polling
Keil Studio AC6, GCC, IARThe adc_polling example shows the simplest way to use adc driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the adc'ssample input. When running the...See more details in readme document.
Download Pack -
adc_12b1msps_sar_polling
Keil Studio, µVision AC6The adc_polling example shows the simplest way to use adc driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the adc'ssample input. When running the...See more details in readme document.
Download Pack -
adc_etc_hardware_trigger_conv
Keil Studio AC6, GCC, IARThe adc_etc_software_trigger_conv example shows how to use the ADC_ETC to generate a ADC trigger by PIT channel0 trigger.Every 1 second, PIT channel0 would send a trigger signal to ADC_ETC, which can arbitrate and manage multiple external triggers,and ADC_ETC would generate ADC trigger.In this example, the ADC is configured with hardware trigger. Once ADC gets the trigger from the ADC_ETC, the conversion goes,then the ADC_ETC ISR would be executed.
Download Pack -
adc_etc_hardware_trigger_conv
Keil Studio, µVision AC6The adc_etc_software_trigger_conv example shows how to use the ADC_ETC to generate a ADC trigger by PIT channel0 trigger.Every 1 second, PIT channel0 would send a trigger signal to ADC_ETC, which can arbitrate and manage multiple external triggers,and ADC_ETC would generate ADC trigger.In this example, the ADC is configured with hardware trigger. Once ADC gets the trigger from the ADC_ETC, the conversion goes,then the ADC_ETC ISR would be executed.
Download Pack -
adc_etc_software_trigger_conv
Keil Studio AC6, GCC, IARThe adc_etc_software_trigger_conv example shows how to use the ADC_ETC to generate a ADC trigger by software trigger.In this example, the ADC is configured with hardware trigger. Once ADC gets the trigger from the...See more details in readme document.
Download Pack -
adc_etc_software_trigger_conv
Keil Studio, µVision AC6The adc_etc_software_trigger_conv example shows how to use the ADC_ETC to generate a ADC trigger by software trigger.In this example, the ADC is configured with hardware trigger. Once ADC gets the trigger from the...See more details in readme document.
Download Pack -
aws_shadow_enet
Keil Studio, µVision AC6Demo for showing how to use the Device Shadow library's API.
Download Pack -
aws_shadow_enet
Keil Studio AC6, GCC, IARDemo for showing how to use the Device Shadow library's API.
Download Pack