Releases: analogdevicesinc/iSensor-FX3-Eval
v2.7.0.1-pub
- Fixed bug where SPI LSB first mode could not be changed
Added a color palette configuration GUI:
- Configure separate colors for error state, good state, idle state using color wheel
- Colors are used across all forms
- Colors are saved to settings (only have to set once)
v2.7.0.0-pub
- Updated to FX3 API v2.7.0
- Added simple form to interface with FX3 flash memory (dump entire memory, read error log, clear error log)
v2.6.5.3-pub
- Updated API info GUI to look cleaner
- Added new binary file writer GUI. This lets you define an arbitrary fill pattern in hex, which is repeated in a binary file until the desired file size is reached. Doesn't really need to be in the FX3 GUI, but I didn't want to make a new tool just for this functionality - and maybe someone will find it useful.
- Adjusted timing on bulk register read data ready measurement (used to tell if you're reading too many registers in one IMU period) to give 10% margin of error
Most importantly, there is now a new version which can be downloaded using the "check for updates" functionality of the previous release.
v2.6.5.2-pub
Added support for downloading latest FX3 GUI version within the FX3 GUI.
v2.6.5.1-pub
Added ability to toggle SPI exception logging on register GUI, when using an automotiveSpi DUT.
v2.6.5.0-pub
Improved input validation on settings form
Improved minimum SPI stall time (now supports stall down to ~5us)
v2.6.4.0-pub
Just updating GUI to FX3 API 2.6.4
v2.6.3.0-pub
*Updated to fx3 api v2.6.3 (minor bug fix from 2.6.2)
*Fixed issue where writing a PWM pin in the pin access GUI would cause an exception
*Made it so rebooting the connected FX3 brings up a confirmation window and closes all running forms. This avoids situation where form might have a "reference" to a no longer connected FX3 board
v2.6.2.6-pub
Made it so register GUI data scaling will be updated when the check box is changed without having to re-read registers
Fixed bug where multiple of same forms under "app browse gui" could be opened
v2.6.2.5-pub
Mostly usability changes. Made it so the top level GUI always stays open, with only one instance of each form being allowed to run.
Added decimal places option to the register form when "scale data" is selected. The data is also right justified.