a pic16f345 is not a valid pic type, perhaps a simple schematic of your actual setup is called for and
then why don't you post the code you have tried. if you don't want to post the complete project...
Is there DT_INTS-14 that works with PIC16F345 ? I have tried to modify DT_INTS-14...changed few obvious difference's in #defines for timers 0/1/2 and and few more but LED blinky does not work....
Yes indeed, this is how progress and evolution works.
For example, there were centuries, where salt was much expensive in certain areas than gold.
Now salt is generally accessible.
Or such a...
and tonight footy will be great, Britain's top players of the last 100 years vs cuddly kittens in suits
such skill https://www.picbasic.co.uk/forum/images/icons/icon6.png
Giving untrained, untalented people of little ability a tool to generate product that they can and will pass off as if its from a skilled source can only serve to undermine the value and skillset of...
When we asked the AI to generate the Ngunnawal 'Dreamtime' image, it stated it would "design something in a 'safe zone' of respectful, generic dot-painting...
Not correct comparison.
For example, there is Baroque - style in music, architecture, art. A lot of artists worked in that genre, so this is plagiarism?
Or other movements in arts and literature,...
Published on - 31st May 2010 17:24
Number of Views: 13735
Since this question has come up again, I thought I'd throw this module out to the masses. It is something I worked on a while back, with DT's help. Amid life's other priorities, it got put on the shelf to collect dust.
The basic idea is that by adding the module as an INCLUDE and inserting a couple of commands inside your code, you can have the PIC send timing data to your PC via the hardware serial port. It's made for 18F PICs (although some 16Fs may work too). You also need a timer that is not being used for anything else.
1) Instructions are included, as well as a small example.
2) It worked well for me, and as I recall, DT in testing.
3) Use it however you want.
4) I won't be able to offer much support, but figure there are enough knowledgeable folks around here that can help those who need it.
Re: PIC16F15345 and DT_INTS-14
Sorry, it is PIC16F15345. Attached is modified DT_INTS-14 but does not work.
dran11 Yesterday, 14:43'
DISABLE DEBUG
#CONFIG
__config _CONFIG1, _FEXTOSC_OFF & _RSTOSC_HFINT32 & _CLKOUTEN_OFF & _CSWEN_OFF &...