Difference between revisions of "MLoader"

From Flowcode Help
Jump to navigationJump to search
Line 21: Line 21:
 
* Added a wait cursor for long operations
 
* Added a wait cursor for long operations
 
* User can now retry when problems occur in non-UI mode
 
* User can now retry when problems occur in non-UI mode
 +
* Added 'wrong chip' message if unexpected target is detected
  
 
===Programming===
 
===Programming===
Line 29: Line 30:
 
* EEPROM reading added when receiving file
 
* EEPROM reading added when receiving file
 
* UI-mode tx/rx functions hold chip in programming mode (consistent across targets)
 
* UI-mode tx/rx functions hold chip in programming mode (consistent across targets)
 +
* Added support for 18FxxK22 and 18FxxK50 devices

Revision as of 10:12, 16 January 2015

New in v3.2

Released Dec 2014

General

  • Added return code for automation
  • Corrected errors in chip CSV files (EEPROM locations, chipid)
  • Improvements to stability
  • Added timestamp output to trace functions
  • Fixed various memory leaks

User Interface

  • Corrected version number display
  • Updated help file and moved to wiki
  • Added links to website
  • Added chip list for dsPIC/PIC24 devices
  • Fixed autoscroll of output window
  • Improvements to UI (buttons correctly disabled for appropriate targets)
  • Improved reporting of errors
  • Added missing menu items
  • Progress bar functionality extended to other long operations
  • Added a wait cursor for long operations
  • User can now retry when problems occur in non-UI mode
  • Added 'wrong chip' message if unexpected target is detected

Programming

  • Fixed problems with ECIO/MIAC/etc. devices
  • Fixed problems programming EB006 (legacy / v9) boards
  • Added full support for dsPIC33E device on EB091
  • Chip autodetect functionality added (EB006 / EB064)
  • EEPROM reading added when receiving file
  • UI-mode tx/rx functions hold chip in programming mode (consistent across targets)
  • Added support for 18FxxK22 and 18FxxK50 devices