Skip to content

Commit

Permalink
Corrected 47Q10 Progmem from 0x1000 to 0x10000
Browse files Browse the repository at this point in the history
  • Loading branch information
Anobium committed Nov 21, 2020
1 parent 0d680cb commit f412f10
Show file tree
Hide file tree
Showing 17 changed files with 1,250 additions and 0 deletions.
Binary file modified PKPlusDeviceFile.dat
Binary file not shown.
Binary file modified R217/PKPlusDeviceFile.dat
Binary file not shown.
2 changes: 2 additions & 0 deletions R217/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Rev217

Corrected 47Q10 Progmem from 0x1000 to 0x10000

Required 4.61.0.57 GUIs to work correctly

Changes for PIC24FXXKMXXX/KLXXX per DS30000625E table 4-1
Expand Down
Binary file added help/output/chm/PICKitPlus.chm
Binary file not shown.
79 changes: 79 additions & 0 deletions help/output/md/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<div class="section">

<div class="titlepage">

<div>

<div>

<span id="changes"></span>Changes
----------------------------------

</div>

</div>

</div>

<span class="strong">**October 2020 Release**</span>



<div class="variablelist">

<span class="term"><span class="strong">**Changes in this release**</span></span>
Initial release of the web, xml, HTML, HTML5 and PDF Help for PICKitPlus

</div>




















<div class="informaltable">

<table data-border="1" width="60%">
<thead>
<tr class="header">
<th style="text-align: center;"><span class="strong"><strong>Reference</strong></span></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: center;"><p><span class="strong"><strong>Time Stamp</strong></span></p></td>
</tr>
<tr class="even">
<td style="text-align: center;"><p>ASCIIDOCs rendered</p></td>
</tr>
<tr class="odd">
<td style="text-align: center;"><p>2020-10-19<br />
19:37:11 GMT Summer Time</p></td>
</tr>
<tr class="even">
<td style="text-align: center;"><p>Master ToC information</p></td>
</tr>
<tr class="odd">
<td style="text-align: center;"><p>2020-10-17<br />
11:45:46 GMT Summer Time</p></td>
</tr>
</tbody>
</table>

</div>

</div>
27 changes: 27 additions & 0 deletions help/output/md/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div class="article" lang="en">

<div class="titlepage">

<div>

<div>

</div>

<div>

<div class="author">

### <span class="firstname">The PICKitPlus @ 2020</span>

</div>

</div>

</div>

------------------------------------------------------------------------

</div>

</div>
63 changes: 63 additions & 0 deletions help/output/md/introducing_pickitplus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<div class="section">

<div class="titlepage">

<div>

<div>

<span id="introducing_pickitplus"></span>Introducing PICKitPlus
----------------------------------------------------------------

</div>

</div>

</div>

PICKitPlus is software that interfaces with the PICKit2 and PICkit3
device programmers.

PICKitPlus software enables you to easily program, read and verify your
projects code when using microcontrollers and EEPROMs.

The PICKitPlus development team also design and manufacture hardware
like LCD controllers and sensors that make IoT development easier.

PICKitPlus software aims to help you avoid the complexities of complex
software by making things easy.   Our software is the easiest way to
work with microcontrollers and EEPROMs.   PICKitPlus software leverages
the investment made in the PICKit 2 and PICKit 3 programmers to reduce
the learning curve and the development time, and our hardware solutions
are kits that are easy to build then you can integrate the solutions
into your projects.

The PICKitPlus development team are UK based team.   We design, develop
and support our solutions from the UK.   We operate UK business hours,
but, to fulfill the needs of the global customers we are often available
out of hours.



<span class="strong">**PICKitPlus portfolio of applications**</span>

Our software supports Windows XP to Windows 10, Linux and Raspberry
Pi.   To see the specifics of an application use this Help.  

We support our portfolio applications and the associated parts
database  -  we license per named user, the license includes one year of
application support and we also provide free updates to the parts
database as we add more parts.



<span class="strong">**Contacting the PICKitPlus development
team**</span>

Email on <[email protected]>, or,

You can call us on +44 (0)1483 610159 24 hours a day, if we are there,
we will answer, else, leave us a message with your contact information
and we can get back to you.

</div>
19 changes: 19 additions & 0 deletions help/output/md/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div class="section">

<div class="titlepage">

<div>

<div>

### <span id="introduction"></span>Introduction

</div>

</div>

</div>

<span class="strong">**Software Overview**</span>

</div>
105 changes: 105 additions & 0 deletions help/output/md/maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<div class="section">

<div class="titlepage">

<div>

<div>

<span id="maintenance"></span>Maintenance
------------------------------------------

</div>

</div>

</div>

<span class="strong">**Introduction:**</span>

These insights apply to both PKCMD (Windows) and PKCMD-LX (Linux).



<span class="strong">**Solution Architecture:**</span>

These components are key for a complete solution:

<div class="orderedlist">

1. Archive: `.rar` (Windows) or `.tar.gz` (Linux)
2. AppImage (Linux)
3. PKPlusDeviceFile.dat file
4. ini file (Windows)

</div>



<span class="emphasis">*Archive file*</span>

PKCMD (Windows) comes as a RAR file containing an installer. To install,
first extract the installer and then run it.

PKCMD-LX (Linux) comes as a .tar.gz file. To update PKCMD-LX, replace
your current AppImage and DAT files with the new ones from the archive.
Then, ensure that the AppImage has the executable permission (using
`chmod +x /path/to/appimage`)




<span class="emphasis">*AppImage*</span>

The PKCMD-LX `.tar.gz` file contains two AppImages - one for 32-bit, the
other for 64-bit. You should use the appropriate AppImage for your
operating system.

If you are unsure about your system’s bittedness, execute `uname -a`
from a terminal. If the output contains "x86\_64", then you are 64-bit.
If, on the other hand, you find something like "i686", then you’re
running 32-bit.

If all else fails, try running one of the AppImages (after giving it the
executable permission with `chmod`). If you get an error about it not
being a valid executable, then it’s the wrong one.



<span class="emphasis">*PKPlusDeviceFile.dat file*</span>

To update just the DAT file, simply replace your existing file with the
new one.

The DAT file must be located alongside your PKCMD exe (Windows) or
PKCMD-LX AppImage (Linux).



<span class="emphasis">*ini Files*</span>

PKCMD (Windows) has an `.ini` file, which you may modify if desired.

PKCMD-LX (Linux) does not currently use a configuration file of any
sort.



<span class="strong">**Software Updates**</span>

We provide one year of software support/maintenance from the date of
purchase, this support/maintenance can be extended each year for an
additional fee.  

During your support period, you may occasionally receive an email with
information to update the software via your user specific download URL.
You may choose to update, or not, entirely at your own discretion.  

<span class="strong">**PKPlusDeviceFile Updates**</span>

We also provide updates to the PKPlusDeviceFile.dat file.  

You will occasionally receive an email with information to update the
DAT file via your user specific download URL.  

</div>
34 changes: 34 additions & 0 deletions help/output/md/pickitplus_for_linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<div class="section">

<div class="titlepage">

<div>

<div>

<span id="pickitplus_for_linux"></span>PICKitPlus for Linux
------------------------------------------------------------

</div>

</div>

</div>

The PICKitPlus for Linux s called PKCMD-LX.   The application is a
commandline program.

PKCMD-LX can be used for reading and writing Microchip’s PIC range of
microcontrollers, using the Pickit 2 or Pickit 3 device programmers.

PKCMD-LX provides the best experience for the Linux user, developers and
the professional developer community.

PKCMD-LX uses a Linux AppImage for ease of installation and use. See
<a href="pkcmd_lx_introduction" class="link" title="PKCMD-LX Introduction">supported Linux distributions</a>

We provide one year software support/software maintenance from the date
of purchase, this support/software maintenance can be extended each
year.

</div>
20 changes: 20 additions & 0 deletions help/output/md/pickitplus_for_windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<div class="section">

<div class="titlepage">

<div>

<div>

<span id="pickitplus_for_windows"></span>PICKitPlus for Windows
----------------------------------------------------------------

</div>

</div>

</div>

<span class="strong">**What is it?**</span>

</div>
17 changes: 17 additions & 0 deletions help/output/md/pickitplus_gui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="section">

<div class="titlepage">

<div>

<div>

### <span id="pickitplus_gui"></span>PICKitPlus GUI

</div>

</div>

</div>

</div>
17 changes: 17 additions & 0 deletions help/output/md/pkautowatch_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="section">

<div class="titlepage">

<div>

<div>

### <span id="pkautowatch_usage"></span>PKAutoWatch Usage

</div>

</div>

</div>

</div>
Loading

0 comments on commit f412f10

Please sign in to comment.