ECompass debagging impossible.
Hello,
can anyone tell me what I am doing wrong?
For example, I can't get app_mems.c (eCompass) to debug.
The debugger does not stop when I set a breakpoint on subsequent function calls because, for whatever reason, the “SensorReadRequest” always has the value 0.:
RTC_Handler(&msg_dat);
Accelero_Sensor_Handler(&msg_dat);
Gyro_Sensor_Handler(&msg_dat);
Magneto_Sensor_Handler(&msg_dat);
Humidity_Sensor_Handler(&msg_dat);
Temperature_Sensor_Handler(&msg_dat);
Pressure_Sensor_Handler(&msg_dat);
I also need direct access to the variable “heading”.
