j'ai pas compris le PIC18F4550, il sert à quoi sur cette carte, pourquoi ils n'ont pas connecté le PIC32MZ directement au PC?
Cordialement,
-----
27/11/2017, 18h37
#2
antek
Date d'inscription
février 2015
Localisation
haute loire
Âge
70
Messages
16 397
Re : PIC32 starter kit
Envoyé par achach
. . . pourquoi ils n'ont pas connecté le PIC32MZ directement au PC ?
Pour tester le PIC32 avec ton programme et rien d'autre.
Sinon tu serais obligé d'y inclure la gestion USB et le reste.
Enfin je suppose . . .
27/11/2017, 18h44
#3
paulfjujo
Date d'inscription
juillet 2004
Localisation
St Maurice de Gourdans 01800
Âge
74
Messages
2 841
Re : PIC32 starter kit
Enfin je suppose . .
Exact , c'est bien specifié dans la datasheet.
Le 18F4550 permet donc de charger le programme d'application dans le PIC32MX , via la liaison USB
et aussi de faire du debugging..
C'est en sorte un PICKIT3 incorporé ..
4.2.3 USB Connectivity
The PIC32MX Starter Kit includes a PIC18LF4550 USB microcontroller, which provides
both USB connectivity and support for protocol translation. The PIC18LF4550 is hardwired
to the PIC32MX device to provide two types of connectivity:
• I/O pins of PIC18LF4550 to ICSP™ pins of PIC32MX
• I/O pins of PIC18LF4550 to JTAG pins of PIC32MX
The PIC32MX Starter Kit currently uses the JTAG pins of the PIC32MX device for
programming and debugging. At the time of initial release, the PIC18LF4550 is loaded
with USB bootloader firmware, which permits easy upgrades of connectivity firmware
over the USB connection.