Dmitrii Chernukhin madlabman@mail.ru
Sat 22 Aug 2020 10:01:32 AM UTC
Programmer hardware: pickit2
I'm using a clone of original PICkit 2 and noticed sound which means voltage boost circuit is enabled at the end of the flashing of device. As I can see there is no PWM off command in pickit2_disable function. So I added these lines:
333: SCR_VPP_PWM_OFF,
334: SCR_DELAY_2(.01)
to pickit2.c file and it solved my issue.
Next time, please provide a context or unified "diff" (diff -u, diff -c). That ensures to find the right spot, line numbers might occasionally shuffle around.
Dmitrii Chernukhin madlabman@mail.ru Sat 22 Aug 2020 10:01:32 AM UTC Programmer hardware: pickit2
I'm using a clone of original PICkit 2 and noticed sound which means voltage boost circuit is enabled at the end of the flashing of device. As I can see there is no PWM off command in pickit2_disable function. So I added these lines: 333: SCR_VPP_PWM_OFF, 334: SCR_DELAY_2(.01) to pickit2.c file and it solved my issue.
This issue was migrated from https://savannah.nongnu.org/bugs/?58994