blob: a009b7dffd06d6afc15b12744e436bb6172314ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
- code to control digital potentiometers via SPI [MM]
- chip select not SPI CS
- idea: use comparator to determine voltage range, then reconfigure amplifier
- later
- problem: capacitance of digital poti
- idea 1:
- idea 2: logarithmic amplifier using transistor
- ADC driver
- core [MM]
- trigger function (we want to read all values ASAP)
- callback function (once new values are available)
- init function (initialize ADC)
- USB integration [HW]
- simple READ_ADC command
- one reply packet with all ADC channels
- OS timer
- how often?
- 'load modulation' driver
x set PA2/PA3 to binary 0..3
x add IO definitions for
- PLL INHIBIT low
- SPI_SS1_GAIN
- SPI_SS2_DATA_THRESHOLD
- BOOTLDR
- sampled data continuous output into file / stdout
- trigger sampling by raising/falling edge (configurable)
- sample only one buffer
|