Цитата(akostin @ Aug 27 2007, 18:11)

Есть ли доступные графические контроллеры с VGA/DVI выходом, которые можно использовать совместно с устройствами на MSP430?
Говорю сразу - поставить ПЛИС или DSP не предлагать - не хочу заморачиваться с отладочными средствами для них.
Вот есть пример в MSPGCC: игра тетрис с выходом на PAL TV:
#
MSP430F1121 or larger device (probably any from the F1x series)
#
8MHz crystal with two 22p caps
#
buttons, each with 10k to 100k pullup: on Port 1:
P1.3 FIRE1
P1.4 UP1
P1.5 DOWN1
P1.6 LEFT1
P1.7 RIGHT1
on Port 2:
P2.4 FIRE2
P2.3 UP2
P2.2 DOWN2
P2.1 LEFT2
P2.0 RIGHT2
#
video out
This is a simple 2 bit D/A converter with nonlinear distribution of the levels. The impedance of the TV makes this working...
I'm not sure if these values are correct... i had to figure out what value the SMD chip resistors have.
P1.0 +-------+
O-----+ 220R +-------+------O Video output
+-------+ |
|
P1.1 +-------+ |
O-----+ 680R +-------+
+-------+
#
audio out
This is surely not a good cicuit but it works somehow ;-)
P1.2 +-------+
O-----+ 1k8 +----+-----+---O Audio output
+-------+ | |
+++ |
| | ---
100k | | --- 100n
+++ |
GND | |
O------------------+-----+
#
optionaly a LED on P2.5 (470 Ohms series resistor to GND)
#
powered with 3.0 to 3.3 Volts
Программирование делится на системное и бессистемное. ©Моё :)
— а для кого-то БГ — это Bill Gilbert =)