File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ Compiler:
88- Optimization Level: 2
99- Device Family Pack ** PIC18F-Q_DFP (v1.14.237)**
1010
11+ The latest binaries can be downloaded from folder 'Hexfiles'. There are always 2 versions: <br >
12+ - ** ValveControl_v\* .hex** : This version comes without the bootloader. Its start address is 0x0800 and can be flashed OTA using the 'bootload' command,
13+ provided the bootloader (the 'unified' version) has been flashed at least once into the PIC using a tool like PICkit4 or similar. <br >
14+ - ** ValveControl_v\* .unified.hex':** This one contains the bootloader together with the OVC firmware and starts from address 0x0000.
15+ When flashed OTA using the 'bootload' command, the addresses from 0x0 to 0x07FF are skipped automatically. <br >
16+
1117# Software
1218See the ** doxygen** documentation in sub folder ./ValveControl.X/doxygen/.
1319The following paragraphs provide some insights into the software structure:
You can’t perform that action at this time.
0 commit comments