Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADC/Part2/Section1.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ When you measure the output of the opamp you will see the offset of 2.5V added t
You can remove the offset by setting the oscilloscope channel to AC mode.
Then you can measure the amplitude of the output, compare it to the input and find the gain.

- [ ] Modify the inverting amplifier so it works correctly and check that the three requirements at the start of section~\ref{s:inv} have been achieved.
- [ ] Modify the inverting amplifier so it works correctly and check that the three requirements at the start of [inverting amplifier](#inverting-amplifier) have been achieved.

## Single-Supply Non-inverting Amplifier

Expand Down
4 changes: 2 additions & 2 deletions DECA/Part2/Section1.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ When it receives this rising clock edge, it will output the value stored at the

We will use a synchronous ROM for this part.
Add a 'ROM (synchronous)' component (under the 'Memories' section of the Issie catalogue) and set it to have a 4-bit address input and 8-bit words.
Click on the ROM to select it, and then go to the `Properties' tab.
Click the `View/Edit memory content' button, and fill in the values of your text message in the memory editor window that appears.
Click on the ROM to select it, and then go to the 'Properties' tab.
Click the 'View/Edit memory content' button, and fill in the values of your text message in the memory editor window that appears.

![A ROM placed in a sheet](graphics/IssieROM.png)

Expand Down