How many ISP pin are in Arduino Mega 2560

Hi,
im new to forum and arduino.

how many ICSP pins are in arduino mega

for example 2 or 3

i.e pin no 50,51 & 53 are separate pin are parallel pin?

Please ref image

arduino mega.jpg

ICSP has 6 pins. The most left belongs to chip below ATmega16U2, 2nd one next to main MCU ATmega2560 belongs to it and 50, 51 and 53 are just connected to pins on 2nd ICSP (other 3 pins are VCC, RESET and GND).

Thank you so much .

in the Mega we have two only ICSP features

There are .

  1. Most left belongs to chip below ATmega16U2
  2. Next to main MCU ATmega2560 belongs to it and 50, 51 and 53 are just connected to pins on 2nd ICSP (other 3 pins are VCC, RESET and GND).

that means next to main MCU ICSP pin are parallel to pin no 50, 51 and 53. Please tell this is correct are not.

Correct. (see the schematics https://content.arduino.cc/assets/MEGA2560_Rev3e_sch.pdf)

Thank you so much Budvar10 sir..