I have purchased 2 nos of FRDM-K64F development kit from
freescale. I am trying out example demo code given on keil website
for FRDM-K64F development kit.
https://www2.keil.com/mdk5/learn/data_acquisition/
Initial steps i.e simple blinky and RTOS thread are working fine.
But when I move ahead with adding support for magnetometer and
accelometer, programs compiles successfully. When I start debugging
the same, programs stuck into hardware_init function. If I comments,
hardware_i
↧