Where is the firmware for any PIC24E type of devices please? In the downloaded file that is named PIC24E, it has the bootloader firmware for the PIC24F type. I'm trying to create a bootloader for the dsPIC33Ck types and they are similar to the PIC24E and dsPIC33E devices, but I need some clues in existing PIC24E code.
Has anyone written any working firmware for any of the PIC24E or dsPIC33E devices they would like to share? When I create the bootloader for the dsPIC33CK devices I will share it on the forum.
Thanks
Les
Last edit: Johna Johnson 2020-07-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Firmware for both PIC24E and DSPIC33E is not created.
It is necessary to decide whether it is D-type or E-type
by the presence or absence of "Flash Config Words".
(v0.10.0) comes with D/E type firmware, but there are only old devices.
Host side changes may be required to support the latest devices.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
Where is the firmware for any PIC24E type of devices please? In the downloaded file that is named PIC24E, it has the bootloader firmware for the PIC24F type. I'm trying to create a bootloader for the dsPIC33Ck types and they are similar to the PIC24E and dsPIC33E devices, but I need some clues in existing PIC24E code.
Has anyone written any working firmware for any of the PIC24E or dsPIC33E devices they would like to share? When I create the bootloader for the dsPIC33CK devices I will share it on the forum.
Thanks
Les
Last edit: Johna Johnson 2020-07-05
Hi
Firmware for both PIC24E and DSPIC33E is not created.
It is necessary to decide whether it is D-type or E-type
by the presence or absence of "Flash Config Words".
(v0.10.0) comes with D/E type firmware, but there are only old devices.
Host side changes may be required to support the latest devices.