Цитата(Волощенко @ Jul 28 2006, 13:42)

Добрый день!
Программатор FlashBlaster2 - удачная разработка от
http://www.dilogic.hr, хотя есть и фирменный EC2.
Я использую FlashBlaster–ры два года для программирования F064, F310, F320 и F127 (как через JTAG, так и С2). Длина кабеля около 1 метра. Программатор удобен и быстр. Для желающих изготовить программатор, а также в порядке обмена опытом – фото еще одного образца, а также схема и изображение платы в Protel-DXP (плата изготовлена самостоятельно).
Успехов.

Добрый день! А можно Вашим програматором програмировать CC2430? Вот что написано в мануале:
12.2 Debug Communication
The debug interface uses an SPI-like two-wire
interface consisting of the P2_1 (Debug Data)
and P2_2 (Debug Clock) pins. Data is driven
on the bi-directional Debug Data pin at the
positive edge of Debug Clock and data is
sampled on the negative edge of this clock.
Debug commands are sent by an external host
and consist of 1 to 4 output bytes (including
command byte) from the host and an optional
input byte read by the host. Command and
data is transferred with MSB first. Figure 11
shows a timing diagram of data on the debug
interface.
The first byte of the debug command is a
command byte and is encoded as follows:
• bits 7 to 3 : instruction code
• bits 2 : return input byte to host
when high
• bits 1 to 0 : number of bytes from host
following command byte