Digi APIX ADC Example
Example application to access and manage ADC channels using the Digi APIX library.
This application enables one ADC channel on the board. After that, the
application takes periodic samples and prints the raw value and the value in mv.
apix-adc-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX GPIO Example
Example application to access and manage GPIO lines using the Digi APIX library.
This application uses a GPIO as input (e.g. a user button) and another
one as output (e.g. a user led). The application toggles the output GPIO
whenever an interrupt is generated in the input GPIO.
apix-gpio-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX I2C Example
Example application to access and manage I2C slaves using the Digi APIX library.
This application writes a page of an external EEPROM memory with random data.
Afterward, it reads the data back to validate it (tested with 24FC1026).
apix-i2c-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX PWM Example
Example application to access and manage PWM lines using the Digi APIX library.
This application enables one PWM line of the board using a frequency of 1000Hz.
Then, it progressively modifies the duty cycle in a loop from 10% to 90% and
vice-versa.
apix-pwm-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX SPI Example
Example application to access and manage SPI slaves using the Digi APIX library.
This application writes a page of an external EEPROM memory with random data.
Afterward, it reads the data back to validate it.
Most EEPROM memories are compatible with the example. You only need to specify
the page size and the address size in bytes.
apix-spi-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX Watchdog Example
Example application to access and manage watchdog using the Digi APIX library.
This application enables a watchdog device on the board. After that, the
application starts refreshing the watchdog timer until the test time is consumed,
then the device will reboot automatically after the timeout expires.
apix-watchdog-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc