Skip to content

Commit 1f34530

Browse files
committed
index of how-tos page
1 parent 9151a5d commit 1f34530

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

how-tos/index.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,41 @@ permalink: "/how-to"
88
lang: en
99
---
1010

11-
# How-to guides
11+
# How-To Guides
1212

13-
[Next]({{site.url}}/get-started/download-files.html){: .btn}
13+
Welcome to the step-by-step guides for assembling hardware and setting up software for the system. These tutorials will help you with assembling the necessary boards, preparing cables, writing software, compiling code, and flashing it onto the microcontroller.
14+
15+
## Hardware Assembly Guides
16+
17+
Follow these guides to assemble the necessary hardware components:
18+
19+
- [Assembling the Access Board](assembling_access_board.html)
20+
- [Assembling the Programming Board](assembling_programming_board.html)
21+
- [Assembling the Access Cable](assembling_access_cable.html)
22+
23+
## Software Development Guides
24+
25+
Learn how to configure, compile, and flash software onto the system:
26+
27+
- [Writing the Board-Specific Software File](writing_board_specific_software.html)
28+
- [Compiling the Software](compiling_software.html)
29+
- [Flashing the Software onto the Microcontroller](flashing_microcontroller.html)
30+
31+
## Troubleshooting Guides
32+
33+
If you encounter issues, check the troubleshooting guides for solutions:
34+
35+
- [Common Assembly Issues and Fixes](assembly_troubleshooting.html)
36+
- [Software Compilation Errors and Debugging](compilation_troubleshooting.html)
37+
- [Flashing and Microcontroller Connection Issues](flashing_troubleshooting.html)
38+
39+
## Additional Resources
40+
41+
For troubleshooting, reference documentation, and best practices, refer to:
42+
43+
- [CCS C Compiler Documentation](https://www.ccsinfo.com/downloads.php)
44+
- [MPLAB IPE User Guide](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-ecosystem)
45+
46+
If you encounter issues or need further clarification, feel free to reach out to the development team.
47+
48+
[Next]({{site.url}}/how-tos/assemble_access_board.html){: .btn}

0 commit comments

Comments
 (0)