Author |
Message |
Topic: Can not change WDT prescale at run-time |
shalts
Replies: 9
Views: 23854
|
Forum: General CCS C Discussion Posted: Thu May 02, 2019 12:34 am Subject: solved |
I 've got it solved.
at fuses I used #FUSES WDT8192 , and down at the main part erased the line "setup_wdt(32S)".
Then I put a test code under main()
while(1)
{
... |
Topic: Can not change WDT prescale at run-time |
shalts
Replies: 9
Views: 23854
|
Forum: General CCS C Discussion Posted: Wed May 01, 2019 12:41 pm Subject: Can not change WDT prescale at run-time |
Mr. Ttelmah, Thank you so much for your explanations. I will be studying and trying on the problem tomorrow early morning.
Which line do you mean by first line at "The later compilers ignore ... |
Topic: Can not change WDT prescale at run-time |
shalts
Replies: 9
Views: 23854
|
Forum: General CCS C Discussion Posted: Wed May 01, 2019 2:12 am Subject: about the same error |
Oooh .. I think I have missed the WDT4, WDT16 etc. parts at the #fuses .
I am going to study on WDT more |
Topic: Can not change WDT prescale at run-time |
shalts
Replies: 9
Views: 23854
|
Forum: General CCS C Discussion Posted: Wed May 01, 2019 1:45 am Subject: about the same error |
I am receiving the same error message.
My complier version is 5.026.
Header is:
#include <18F26K22.h>
#use delay(internal=16000000,restart_wdt)
#fuses NOMCLR,NOPROTECT,noPUT,n ... |
Topic: BME280 - Kinda working maybe Driver |
shalts
Replies: 7
Views: 49666
|
Forum: Code Library Posted: Sat Nov 03, 2018 3:23 pm Subject: BME280 - Kinda working maybe Driver |
Oh. I didn't think that.
That would be really great ! Thanks a lot for your advice sir. I will try that on Monday.
On the other hand I am searching for the updates above my current version. Wo ... |
Topic: BME280 - Kinda working maybe Driver |
shalts
Replies: 7
Views: 49666
|
Forum: Code Library Posted: Sat Nov 03, 2018 7:58 am Subject: BME280 - Kinda working maybe Driver |
Probably no one has replied because CCS released their own driver file,
bme280.c, on 3/29/2016. It's included with the compiler.
Based on the release date, it would first be available in vs. 5.05 ... |
Topic: RA8835 drivers for 320x240 LCD |
shalts
Replies: 5
Views: 63435
|
Forum: Code Library Posted: Thu Aug 18, 2011 5:22 am Subject: same not working |
Hello all ,
Like Steve, I am desperate, feeling the same. I couldnt make my 320x240 RA8835 worked out. I tried everyway posted in the forums. I can see nothing on LCD. Pure clear blue:) Yes I chec ... |
Topic: DMX, couldn't get FERR, couldn't run INT_RDA |
shalts
Replies: 3
Views: 5260
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 7:38 am Subject: DMX, couldn't get FERR, couldn't run INT_RDA |
Dear PCM Programmer ,
Thank you very much for your reply. You helped me a lot. I solved the problem . Can get FERR, OERR now. I runned a simple DMX receiver also.
Best Regards,
Shalt |
Topic: DMX, couldn't get FERR, couldn't run INT_RDA |
shalts
Replies: 3
Views: 5260
|
Forum: General CCS C Discussion Posted: Sun Mar 28, 2010 3:56 pm Subject: DMX, couldn't get FERR, couldn't run INT_RDA |
Dear Friends,
What I am trying to do is to make a start for DMX512.
I prepared an RS232 to RS485 converter board to let my computer be able to send me data @115000 BAUD, 8-N-2, when I press to ... |
Topic: S1D13700 320x240 display driver code |
shalts
Replies: 2
Views: 4733
|
Forum: General CCS C Discussion Posted: Wed Nov 11, 2009 8:30 am Subject: S1D13700 320x240 display driver code |
Dear All,
I got a new 320x240 LCD with driver S1D13700 on it. I first thought I can run it with the driver SED1335.c , but it didn't work out exactly. Then I searched the forum and found a friend ... |
Topic: Has anyone used the Epson S1D13700?? |
shalts
Replies: 6
Views: 16386
|
Forum: General CCS C Discussion Posted: Sat Nov 07, 2009 3:37 pm Subject: Here is the code for S1D13700: |
Hi Eduardo,
Today I have found your post here and was very glad to find it . I have a TOPWAY LM2088E with S1D13700 (I think) (there is EPSON D1370002A1 written on the chip)
I have made the hard ... |
Topic: 16Bit to 8Bit |
shalts
Replies: 6
Views: 9956
|
Forum: General CCS C Discussion Posted: Wed Jul 08, 2009 7:23 am Subject: 16Bit to 8Bit |
Dear Bungee,
I thank you in advance at least:)
your post saved my time a lot ... |
Topic: multiple external eeproms with one pic |
shalts
Replies: 3
Views: 5402
|
Forum: General CCS C Discussion Posted: Fri Mar 02, 2007 9:57 am Subject: Problem Solved |
Hi there ,
I solved the problem . Everything is working with my EEPROM copier now.
I am going to write the solution soon .
regards&Peace
Shalt |
Topic: multiple external eeproms with one pic |
shalts
Replies: 3
Views: 5402
|
Forum: General CCS C Discussion Posted: Sat Feb 24, 2007 8:39 am Subject: multiple external eeproms with one pic |
hi,
what I Am tryign to do is a simple EEPROM copier (24LC65) with LCD.
I connected 2 EEPROMs to my pic. One is A2-A1-A0 = 0-0-0 . And other is A2-A1-A0 = 0-0-1 . And I couldnt manage to chang ... |
Topic: LCD from Port C instead of Port B |
shalts
Replies: 3
Views: 6679
|
Forum: General CCS C Discussion Posted: Tue Oct 24, 2006 4:25 am Subject: LCD from Port C instead of Port B |
hi there again ,
hey sorry , I made something wrong the the codes are working.
Thanks ! |
|