Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

MiniProg3 connections for bootloading over I2C

MiniProg3 connections for bootloading over I2C

Anonymous
Not applicable
Question: How should I connect the MiniProg3 to a DVK board, to bootload over I2C?

 

Answer:

With VTARG supplied from the DVK:
-------------------------------
1. Connect the following MiniProg3 pins to the DVK
    i) VTARG pin -> DVK board VDD (for example 3.3V, i.e. DVK board supply voltage)
    ii) SCLK -> DVK board I2C clock pin
    iii) SDAT -> DVK board I2C data pin
    iv) GND -> DVK board GND
2. Program the bootloader project through PSoC Creator
3) Open the bootloader host program, and in Port Configuration select Voltage "External". Also select the proper I2C speed and slave address.
4) Select a bootloadable .cyacd file and program it


With VTARG supplied from the MiniProg3:
----------------------------------
1. Connect the following MiniProg3 pins to the DVK
    i) SCLK -> DVK board I2C clock pin
    ii) SDAT -> DVK board I2C data pin
    iii) GND -> DVK board GND
2. Program the bootloader project through PSoC Creator
3) Open the bootloader host program and, in Port Configuration select Voltage "3.3 V". Also select the proper I2C speed and slave address.
4) Select a bootloadable .cyacd file and program it


Note:
1. There is no need for external pull-up resistors as the MiniProg3 already has these resistors (5.6K)
2. The MiniProg3 resistors are pulled-up to the VTARG voltage (provided either by the MiniProg3 or the DVK board)
 

0 Likes
829 Views
Contributors