ChibiOS-Contrib/testhal/KINETIS/FRDM-K20D50M/I2C
Fabien Poussin 2268395124 Updated all halconf/chconf headers 2020-04-08 00:35:16 +02:00
..
Makefile Updating osal.mk path 2020-04-04 18:30:52 +02:00
chconf.h Updated all halconf/chconf headers 2020-04-08 00:35:16 +02:00
halconf.h Updated all halconf/chconf headers 2020-04-08 00:35:16 +02:00
halconf_community.h KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
main.c [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
mcuconf.h [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
readme.txt [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00

readme.txt

*********************************************************************
** ChibiOS/RT I2C test demo for Freedom Board K20D50M.             **
*********************************************************************

** TARGET **

The test runs on an Freescale Freedom K20D50M board.

** The Demo **

This test tries to access the onboard MMA8451 chip using the I2C bus.
It sends the command WHO_AM_I which has a standard answer that can be
verified. If the correct answer is received the GREEN led will blink.
If no answer or invalid answer is received the RED led will blink.

** Build Procedure **

This test was built using the ARM GCC toolchain available at:

https://launchpad.net/gcc-arm-embedded