Skip to content

Commit 0ee1fbd

Browse files
authored
Update README.md
1 parent 725a789 commit 0ee1fbd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

PIC-ValveControl/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1218
See the **doxygen** documentation in sub folder ./ValveControl.X/doxygen/.
1319
The following paragraphs provide some insights into the software structure:

0 commit comments

Comments
 (0)