Difference between revisions of "CanServo/FW Version Value/en"

From HITEC_HELP
Jump to navigation Jump to search
(Created page with "You can read FW Version on Register 0xFC, 0xFE. 1. Read Register 0xFC, 0xFE V=REG[0xFC] nV=REG[0xFE] 2. Verify V = (bits) NOT nV if Error * It has NO VERSION INFO. * It ha...")
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
You can read FW Version on Register 0xFC, 0xFE.
You can read FW Version on Register 0xFC, 0xFE.


1. Read Register 0xFC, 0xFE
1. Read Register 0xFC, 0xFE
Line 6: Line 7:
nV=REG[0xFE]
nV=REG[0xFE]


2. Verify V = (bits) NOT nV


if Error
2. Check if V is equal to the bit-inverted value of nV
 
if not equal
* This is Ver 1.x of [[CanServo/History]]
* It has NO VERSION INFO.
* It has NO VERSION INFO.
* It has NO BOOTLOADER TYPE INFO.
* It has NO BOOTLOADER TYPE INFO.
* End Process
* End Process


3. Now V has Version and Bootloader Type.
3. Now V has Version and Bootloader Type.
Line 24: Line 28:
ex) 2.1(2) = 2012
ex) 2.1(2) = 2012


4. Special Case
* Depending on the value of a, FW File Type is divided
** [[CanServo/FW Type/en]] - FW File Type - /A /C /U
 


2.1(2) = 2012


This is First UAVCAN only FW.
4. Version


Our PC UI display as 1.1(2) [ OLD 2.1(2) ] ( after PC UI Version 2021_09_03 ).
* 3052 = 3.5(2) = "1.5(2) /A"
* 11052 = 11.5(2) = "1.5(2) /C"
* 21052 = 21.5(2) = "1.5(2) /U"


5. Version


* 3052 = 3.5(2) = Display as "1.5(2) /A"
5. Special Case
* 11052 = 11.5(2) = Display as "1.5(2) /C"
* 21052 = 21.5(2) = Display as "1.5(2) /U"


Read:
2.1(2) = 2012
[[CanServo/FW Types/en]]
* This is First UAVCAN only FW.
* Think of it as "1.1(2) /U".

Latest revision as of 23:33, 24 September 2023

You can read FW Version on Register 0xFC, 0xFE.


1. Read Register 0xFC, 0xFE

V=REG[0xFC] nV=REG[0xFE]


2. Check if V is equal to the bit-inverted value of nV

if not equal

  • This is Ver 1.x of CanServo/History
  • It has NO VERSION INFO.
  • It has NO BOOTLOADER TYPE INFO.
  • End Process


3. Now V has Version and Bootloader Type.

  • Bootloader Type = bit 15
    • bit value = 0 : NEW BOOTLOADER ( B2 or B3 )
    • bit value = 1 : OLD BOOTLOADER ( B1 )
  • Version Value = bit 14:0 = 0 ~ 32767
    • Version Value = a x 1000 + b x 10 + c
    • Format: a.b(c) = (dec) aabbc

ex) 2.1(2) = 2012

  • Depending on the value of a, FW File Type is divided


4. Version

  • 3052 = 3.5(2) = "1.5(2) /A"
  • 11052 = 11.5(2) = "1.5(2) /C"
  • 21052 = 21.5(2) = "1.5(2) /U"


5. Special Case

2.1(2) = 2012

  • This is First UAVCAN only FW.
  • Think of it as "1.1(2) /U".