No comunicación with Pro Mini 3.3V / 8MHz Arduino with USB

I Am trying to upload a Arduino file into the silabs.com/products/develop … cp-drivers , I try with MAC 10.13 and in another Machine with Mac 10.9 and Windows 7 and always have the same problem after choosing Arduino Pro-mini / ATMega328P and the corresponding Serial Port, when I try to upload the file I get the following error:

Arduino:1.8.5 (Windows 7), Tarjeta:“Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)”

El Sketch usa 15028 bytes (48%) del espacio de almacenamiento de programa. El máximo es 30720 bytes.
Las variables Globales usan 895 bytes (43%) de la memoria dinámica, dejando 1153 bytes para las variables locales. El máximo es 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x90
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x90
Problema subiendo a la placa. Visita arduino.cc/en/Guide/Troubleshooting#upload para sugerencias.

Este reporte podría tener más información con
“Mostrar salida detallada durante la compilación”
opción habilitada en Archivo -> Preferencias.

I wire the in the following way:

arduino USB / TTL
GND ---------- GND
TXD ---------- RXD
RXI -----------TXD
VCC ---------- 3V3

Hi,

You can try the following :

]Hold down the Reset button /:m]
]Continue to hold Reset while selecting Upload /:m]
]When it says Uploading, release the Reset button/:m]
If this doesn’t work, try to choose “Arduino Duemillanove w/ ATMega 328” as a board in Tools -> Boards.

You can take a look at these forum posts which discuss this issue :

]https://forum.arduino.cc/index.php?topic=156317.0/:m]
]http://forum.arduino.cc/index.php?topic=27833.0/:m]

Hi

Thank you for answer, yes If I configured as "Arduino Duemillanove w/ ATMega 328” and do the reset trick then it works a least I get the word “subido” by other hand I order a FTDI FT232RL USB to Serial, that seams moreappropriate, but I didn’t receive yet.