Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GiPa committed Aug 7, 2013
1 parent 1b55979 commit e26168c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions G13/crc_calculation/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It has been tested on the RL78G13 TB (512K device, R5F100SL)

The project is for IAR Embedded Workbench.

After the aplication started, LED1 keeps blinking to show the code has been flashed correctly and is working past the CRC calculation stage.
After the application started, LED1 keeps blinking to show the code has been flashed correctly and is working past the CRC calculation stage.

If the CRC calculation is correct, LED2 gets turned on.

Expand Down Expand Up @@ -34,4 +34,4 @@ A workspace and project for the renesas flash programmer is placed in the TB_fla
However the E1 emulator cannot be used for debugging within IAR in this configuration.
This since the rom monitor firmware is included in the last 512/256 bytes of the flash address space and there is a conflict with the CRC signature placement in the last 4 bytes of the flash

An alternative would be to place the signature in the data flash, which is separate by the code flash
An alternative would be to place the signature in the data flash, which is separate by the code flash.
2 changes: 1 addition & 1 deletion G14/crc_calculation/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It has been tested on the RL78G14 TB (64K device, R5F104LE)

The project is for IAR Embedded Workbench.

After the aplication started, LED1 keeps blinking to show the code has been flashed correctly and is working past the CRC calculation stage.
After the application started, LED1 keeps blinking to show the code has been flashed correctly and is working past the CRC calculation stage.

If the CRC calculation is correct, LED2 gets turned on.

Expand Down

0 comments on commit e26168c

Please sign in to comment.