Search found 152 matches
- Fri May 08, 2020 10:38 am
- Forum: General
- Topic: Using MCC for config
- Replies: 8
- Views: 7265
Re: Using MCC for config
VEEERY GOOOOOD
Re: COVID19
A month after my previous post,
the situation "in the country of the 7 hills" is clearly improving and we are going to resume our life in early May.
Unfortunately in the world there are those who propose the intake of isopropyl as a remedy,
perhaps as it happened in 1551 ..
the situation "in the country of the 7 hills" is clearly improving and we are going to resume our life in early May.
Unfortunately in the world there are those who propose the intake of isopropyl as a remedy,
perhaps as it happened in 1551 ..
Re: COVID19
Hi at all, the growth of coronavirus infections in Italy continues to rise. Total cases jumped to 59,138, with an increase of 5,560 in just one day (however lower than yesterday's record figure which settled at 6,557). This is what emerged from the Civil Protection bulletin to take stock of the epid...
- Mon Jul 30, 2018 6:54 am
- Forum: Compiler
- Topic: Updated Swordfish Device Files and Libraries
- Replies: 2
- Views: 5455
- Thu Jul 19, 2018 7:37 am
- Forum: General
- Topic: PICkit 2 on Win10 64 Bit?
- Replies: 14
- Views: 19710
Re: PICkit 2 on Win10 64 Bit?
Hi, for the occasion I then took a look at the sources .. now I remembered what I had done :wink: . sorry but my memory does not allow me a jump of 2 years back because I lose some shots :lol: and because it's in another memory bank! In fact, compared to the original, - I extracted all the part of p...
- Wed Jul 18, 2018 9:12 am
- Forum: General
- Topic: PICkit 2 on Win10 64 Bit?
- Replies: 14
- Views: 19710
Re: PICkit 2 on Win10 64 Bit?
Hi, honestly I do not know if I'm working against the policies of this forum or copyright rules but it seems to me that Microchip lately no longer interests this hw/sw so.. this is the version I use PicKit.zip with this DAT PK2DeviceFile.zip which should be the last available on the net. Recognizes ...
- Mon Jul 16, 2018 7:11 am
- Forum: General
- Topic: PICkit 2 on Win10 64 Bit?
- Replies: 14
- Views: 19710
Re: PICkit 2 on Win10 64 Bit?
In fact I tried to attack the zip but there is the limit of 256k and are 600k of zip.
I sent you a private message in this forum,
if you reply with your email I will send you the compiled that I use.
I sent you a private message in this forum,
if you reply with your email I will send you the compiled that I use.
- Mon Jul 16, 2018 5:57 am
- Forum: General
- Topic: PICkit 2 on Win10 64 Bit?
- Replies: 14
- Views: 19710
Re: PICkit 2 on Win10 64 Bit?
Hi, to make the GUI version of the PicKit work I recompiled with Visual Studio 2015 (and NET framework 4.5.2) the source from a zip called "PICkit3 Programmer Application v3.10" using existing PK2DeviceFile.dat. There is also a zip called "PICkit_3_Programmer_1_0_Setup_A" but if you install it you w...
- Sun May 27, 2018 8:10 am
- Forum: Compiler
- Topic: Issues trying to use the Memory Access module (SOLVED)
- Replies: 10
- Views: 9715
- Tue Jan 02, 2018 11:08 am
- Forum: General
- Topic: Happy new year 2018
- Replies: 2
- Views: 6320
Re: Happy new year 2018
Hi.. happy new year to everyone
- Wed May 31, 2017 6:32 am
- Forum: General
- Topic: A generic 32 bit counter
- Replies: 17
- Views: 16694
Re: A generic 32 bit counter
Hi Jerry
I've already done a CTRL-C and put it in UserLibrary.
THANKS !
I've already done a CTRL-C and put it in UserLibrary.
THANKS !
- Mon May 29, 2017 3:38 pm
- Forum: General
- Topic: A generic 32 bit counter
- Replies: 17
- Views: 16694
Re: A generic 32 bit counter
Ok Jerry!
- Mon May 29, 2017 7:48 am
- Forum: General
- Topic: A generic 32 bit counter
- Replies: 17
- Views: 16694
Re: A generic 32 bit counter
Hi Jerry, I thank you for the answer ... as always exhaustive. Your solution is definitely more accurate in the time calculation. I'm noticing that steppers are enough of "wide views" and they are satisfied with impulse "major of" and neglect pulses higher than expected. Clearly considering the numb...
- Fri May 26, 2017 9:40 am
- Forum: General
- Topic: A generic 32 bit counter
- Replies: 17
- Views: 16694
Re: A generic 32 bit counter
Hi Jerry,
GOOD NEWS
Finally, optimizing the Longword increment at TMR3's overflow, I managed to get a uSec accuracy using also the interrupt.
Thanks !
GOOD NEWS
Finally, optimizing the Longword increment at TMR3's overflow, I managed to get a uSec accuracy using also the interrupt.
Thanks !
- Thu May 25, 2017 7:16 pm
- Forum: General
- Topic: A generic 32 bit counter
- Replies: 17
- Views: 16694
Re: A generic 32 bit counter
Hi Jerry, the problem is that the pulses (from 5 to 20 uSec) are in the order of 320000 to move an axis from its 0 to 20 cm and they are 3. Then to move the 3 axes simultaneously, the one having the largest delta then work on the other two by difference. In the original project (Arduino / NETMF) I u...