From 84cce55a43f64031b4c298223dfeee78ce7d0c81 Mon Sep 17 00:00:00 2001 From: Kunal-Radhika <74853558+Kunal-Radhika@users.noreply.github.com> Date: Mon, 23 Nov 2020 21:03:05 +0530 Subject: [PATCH] Added booting process in pointers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d9284..98138c6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ An IDE ( Integrated Development Environment) is used for programming the PCB des * The boot process ends when the code in the SPI Flash jumps to the next stage of the boot software. This next stage of boot software is referred to as the BootLoader. * The BootLoader can be customized by mapping the internal address at the SRAM by address bus and the code is typically sent through the data bus to the SRAM and which thus stores external code from Flash memory to the internal SRAM on the chip. * After the execution of the code, we can see the output of the program with the help of a serial terminal which is built-in in Freedom Studio IDE. The serial terminal will be displayed as a COM port. We can identify which COM port is being used by checking in the Device Manager >> Ports section of the Control Panel. -*Once the test board boots up, we can see the pattern/output we coded in the Freedom IDE software. +* Once the test board boots up, we can see the pattern/output we coded in the Freedom IDE software.