Persian_Men
Junior Member level 1
- Joined
- Nov 29, 2008
- Messages
- 18
- Helped
- 5
- Reputation
- 10
- Reaction score
- 4
- Trophy points
- 1,283
- Activity points
- 1,455
Hi guys.
i design r-2r ladder dac semilar this schematic for design signal generator.
i use ARM GPIO port to connect to r-2r dac.
i design 10bit r-2r ladder network.
when i want to build ramp signal output is not equal ramp signal
ramp code is:
when i was use 8bit resolution i see a complate ramp signal:
anybody can help me?
i design r-2r ladder dac semilar this schematic for design signal generator.
i use ARM GPIO port to connect to r-2r dac.
i design 10bit r-2r ladder network.
when i want to build ramp signal output is not equal ramp signal
ramp code is:
Code C - [expand] 1 2 3 4 for (x=0;x<1023;x++) { GPIOA->ODR=x; }
when i was use 8bit resolution i see a complate ramp signal:
anybody can help me?