Differences

This shows you the differences between two versions of the page.

Link to this comparison view

projects:mindy [2015/03/25 01:50]
darron
projects:mindy [2017/01/12 22:44]
Line 1: Line 1:
-==== Mindy Microchip PIC32MX ICSP ==== 
-<wrap right> 
-{{:projects:mindy.jpg?200|chipKITPi}} 
-\\ \\ 
-{{:projects:mindyxl.jpg?200|SDXL}} 
-</wrap> 
  
-Mindy is a port of [[:projects:mork|Mork]] which in turn is an adaptation of [[:projects:nanu-nanu|Nanu nanu]] Microchip PIC ICSP. This time Mindy is for PIC32 based boards such as the [[:boards:chipkitpi|chipKITPi]] and the [[:boards:sdxl|SDXL]]. 
- 
- 
-=== Licence === 
- 
-Mork is licensed under same terms as [[:projects:pickle|Pickle Microchip PIC ICSP]] which is the source of the software used to create this project. The Pickle [[:projects:pickle:licence|LICENCE]] is found here. This licence details the rights and liabilities of using  the  application and it should be especially understood that I, the  author,  will not accept any responsibility for any side effects of  running it.  Do not download and use this firmware unless you are willing  to accept  the consequences of it failing for any reason. 
- 
-=== Credits === 
- 
-This software was written by Darron M Broad and is an adaptation of [[:projects:pickle|Pickle Microchip PIC ICSP]]. 
- 
- 
-=== Install === 
- 
-To-do 
- 
-=== Program === 
- 
-<code> 
-pic32prog -S -d /dev/ttyACM0 ~/Source/Ape65/mx150.hex 
-Programmer for Microchip PIC32 microcontrollers, Version 2.0.9986ac0 
-    Copyright: (C) 2011-2015 Serge Vakulenko 
-      Adapter: STK500v2 Bootloader 
- Program area: 1d000000-1d07ffff 
-    Processor: Bootloader 
- Flash memory: 512 kbytes 
-  Boot memory: 12 kbytes 
-         Data: 55500 bytes 
-        Erase: done 
-Program flash: ######################################################### done 
- Program boot: ### done       
-Rate: 23799 bytes per second 
-</code> 
- 
-=== Verify === 
- 
-<code> 
-pic32prog -v -d /dev/ttyACM0 ~/Source/Ape65/mx150.hex 
-Programmer for Microchip PIC32 microcontrollers, Version 2.0.9986ac0 
-    Copyright: (C) 2011-2015 Serge Vakulenko 
-      Adapter: STK500v2 Bootloader 
- Program area: 1d000000-1d07ffff 
-    Processor: Bootloader 
- Flash memory: 512 kbytes 
-  Boot memory: 12 kbytes 
-         Data: 55500 bytes 
- Verify flash: ######################################################## done 
-  Verify boot: ## done        
-Rate: 27165 bytes per second 
-</code>