This is a review of the Northern Software solution.
I needed a faster method of programming microcontrollers when developing Great Cow BASIC and I went on the hunt for an alternative to the MicroChip PICKit I was using. The Northern Software solution is an alternative method to program Microchip PIC microcontrollers.
I did some research and this is a summary of my research and how I have integrated this into the Great Cow BASIC IDE.
Northern Software’s is not just about a programmer(s). Northern Software has a mission to provide high quality tools tailored to microcontroller firmware development.
To be the fastest method to program Microchip PIC microcontrollers.
The tool suite is called Northern Software Development System (NSDS) and it is designed to support most Microchip PIC® microcontrollers.
The system is still under development – the developer has completed the hardware programmers and he is developing a programming suite for Microchip PIC microcontrollers.
NSDS is a suite of programmers and supporting software. There are two main components the programmers and the software are:
Northern Software Development Programmers (NSDP)
NSDPs are programmer/debuggers for Northern Software Development System, but , NSDPs can also be used with software programs like Great Cow BASIC.
NSDS features
The NSDSP’s use a 10-pin connector designed to keep it attached in the breadboard for prototyping. If breadboard is not used.... just use a short cable to connect to your development board through Microchip 6-pin ICSP connector! Very simple.
Northern Software - NSDS
The main software program is used to setup and program a microcontroller. The software can be used for development as well as production programming, including serialized or parallel programming.
Software features
Installation
Installation is simple – I downloaded from the website and follow the dialogs.
The main programming software has a MS-Window like interface. It is easy to use but is not a user interface that I personally like. The main programming software enables you to select the parameters like the microcontroller type, the hex file and other tweaks that you may need. From my experience the software is robust and very usable – small improvements to the user experience would make me very happy!
The software suite also has a number of command line utilities that support command line programming, serial communication and device discovery – again, these command line utilities are very good. See below for the use of the command line utility when using with Great Cow BASIC.
The serial software is published for user development programs.
There are four NSDSP models, which operate at different target voltages, plus a pre-programmed chip for embedded into solutions.
I have and use the NSDSP-1-U - 1.7 to 5.5V. The green one - I have made a 3D case for mine to protect it.
The development program is active. The hardware and software is available from http://www.northernsoftware.com.
The software is highly usable with issues being resolved quickly. I was very impressed with requests for information and the resolution for a specific microcontroller to be supported was very fast.
The user interface is shown below.
Not my favorite user interface but as I use the command line utilities this very usable.
Yes.
Programming is fast. Very fast. From my benchmarks - 13s to 0.4s!! Stunning.
Works from the user interface, as shown above and it works from the command line, see later in this article.
This is my overview... the architecture is relatively simple.
At the core of the solution is the NSDSP Chip. A pre-programmed PIC16LF1454. This chip handles the USB interface to the host computer and the programming and the serial interface to the target microcontroller. There are other key passive components but the PIC16LF1454 is the smart part of the architecture.
The software is key. This has the details ‘how to’ program the microcontroller. The software is where the developer has embedded the ‘knowledge’ of vast array of supported microcontrollers. When I started the review a specific was microcontroller not supported – I contacted the developer and the same day I downloaded and installed the latest software with the specific microcontroller support.
The software is a closed development. Critics of closed developments will easily say 'the closed software means that there an issue' (not a risk as risk needs to be a specific stated time/date!) 'with respect to the future support of microcontroller in the future'. This issue can be resolved by requesting licensing the software with an escrow agreement.
Simple.
Download and install the command line utilities to the GCB@SYN directory into folder called ..GCB@SYN\NS.
Edit FLASHPIC.BAT and add the following to call the command programmer. You may wish to review the following TOPIC https://sourceforge.net/p/gcbasic/discussion/projects%26guides/thread/81f52ddf/ to enable the support of multiple programmers.
:NS
"ns\nsprog.exe" p -d "PIC%2" -i %1 -v
Then, in you user program you need to ensure you have Low Voltage Programming enable by adding the following to your user program.
#config LVP=ON
The compile, program and enjoy the speed!
If you have used a PICKit or another HVP then the microcontroller will have the LVP flag unset.
Very simple to resolve.
Using High Voltage Programmer, either a PICKit2 / PICKit3 or alternative, and use the approoiate software for the specific chip. Erase the program and this will reset the LVP flag within the microcontroller.
Remember, PIC microcontrollers are shipped with LVP enabled - so if you use a brand new microcontroller you can use it in LVP mode with ease. You just may to erase previously programmed microcontrollers.
NSDS suite works.
NSDS is a development program.
These programmers and the supporting software rock!
This will save you hours of value time and lots of angst.