C.1 Creating a New Board

The first step is get the schematic and all information about the board hardware. The second step is the creation of four files in PICSimLab dir (consider replace the ’x’ of board_x for a name of your board in your case):

The third and last step is recompiling PICSimLab with new board support.

  C.1.1 Board Hardware and Schematic
  C.1.2 Board Picture
  C.1.3 Picture map
   Board map
  C.1.4 Board code
   board_x.h
   board_x.cc
  C.1.5 Integration with PICsimLab
  C.1.6 Final Result