Dump title:Azoteq IQS156 initialization and touch
Input format:Saleae I2C analysis CSV
Device(s) defined:IQS156 ProxSense capacitive touch sensor @ 0x40
IQS156 register map:Yes
Download original dump content (538.4 kB)








Phej Framework Error

Error: Undefined variable $mode

#1 - File: /views/tools/tools_analyzer_viewdump.php, line 77

75:         $writeOffset = ($devAddr & 1) ? 0 : 1;
76:         $devAddr >>= 1;
77:         echo '<tr class="'.strtolower($mode).' d'.sprintf("%02X", $devAddr).' r'.sprintf("%02X", $regAddr).'">';
78:         echo '<td>'.($rowNum++).'</td>';
79:         echo '<td>'.$packets[$i][0][0].'</td>';

#2 - File: /Phej.php, line 628

626:             }
627:             // load the view
628:             include ROOT_DIR.'/views/'.$view.'.php';
629:         }
630:     }

#3 - File: /layouts/wide_layout.php, line 46

44: 
45:       <div id="pageBody">
46:         <?php $this -> loadView($view, $meta); ?>
47:       </div>
48: 

#4 - File: /Phej.php, line 681

679:             }
680:             // load the layout (view is accessible through $view variable)
681:             include ROOT_DIR.'/layouts/'.$layout.'_layout.php';
682:         }
683: 

#5 - File: /controllers/tools_controller.php, line 71

69: 
70:             $this -> phej -> loadPlugin('jquery_balloon');
71:             $this -> layoutView("tools/tools_analyzer_viewdump", 'wide', $meta);
72:         } else {
73:             $meta["page_title"] = "I2C Protocol Analyzer | I2C Device Library";

#6 - File: /Phej.php, line 273

271:             if (!defined('VIEW')) define('VIEW', $view);
272: 
273:             $this -> controller -> $view($args);
274:         } catch (Exception $e) {
275:             phej_display_exception($this, $e);

#7 - File: /index.php, line 111

109: 
110: session_start();
111: $phej -> run(FRONT_URI);
112: 
113: } catch (Exception $e) {

Stack trace:

#TimeDeviceModeRegisterLengthData
#FileLineCall
1 /views/tools/tools_analyzer_viewdump.php 77 phej_exception_error_handler(integer, string, string, integer)
2 /Phej.php 628 include(string)
3 /layouts/wide_layout.php 46 Controller -> loadView(string, array[3])
4 /Phej.php 681 include(string)
5 /controllers/tools_controller.php 71 Controller -> layoutView(string, string, array[3])
6 /Phej.php 273 tools_controller -> analyzer(array[1])
7 /index.php 111 Phej -> run(string)

Activity log:

LevelFileLineTime (ms)Memory (kB)Message
INFO/Phej.php9000Phej framework v2.0 started
INFO/Phej.php34203Loading plugin "pdoquery"
INFO/Phej.php3420412Loading plugin "phej_auth"
INFO/Phej.php3421414Loading plugin "jquery"
INFO/Phej.php3421416Loading plugin "tablesorter"
INFO/Phej.php3421418Loading plugin "superfish"
INFO/Phej.php3421420Loading plugin "ganalytics"
INFO/Phej.php3421421Loading plugin "woopra"
INFO/Phej.php3421422Loading plugin "syntaxhighlighter"
INFO/Phej.php1151835Starting Phej run with URI "/tools/analyzer/8"
INFO/Phej.php1962885Using controller "tools"
INFO/Phej.php2392887Using view method "analyzer"
INFO/Phej.php342221,817Loading plugin "jquery_balloon"