Author |
Message |
Topic: Long WDT times |
JackK
Replies: 4
Views: 14222
|
Forum: General CCS C Discussion Posted: Wed Jan 13, 2021 10:38 am Subject: Long WDT times |
The application connects through a cell tower and reports to a server. On a good connection, it takes approximately 120 seconds to complete. On a bad connection, twice that.
Do you have a recommen ... |
Topic: Long WDT times |
JackK
Replies: 4
Views: 14222
|
Forum: General CCS C Discussion Posted: Wed Jan 13, 2021 9:09 am Subject: Long WDT times |
I am using an 18F67K90. Reading the data sheet, it says that the device is capable of up to 70 minutes for the WDT. However, the 18F67K90.h file defines the settings allowed and it only goes to 128 se ... |
Topic: Multiplying large single precision numbers |
JackK
Replies: 4
Views: 14679
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2021 9:26 am Subject: Multiplying large single precision numbers |
You all are correct in the print function. had to change it to %e and everything works fine. Thanks for all your help. |
Topic: Multiplying large single precision numbers |
JackK
Replies: 4
Views: 14679
|
Forum: General CCS C Discussion Posted: Fri Jan 08, 2021 3:10 pm Subject: Multiplying large single precision numbers |
Hi
I'm not a programmer and know just enough to get me in trouble. I have been tasked to see if I could resolve a problem with a product of ours. The issue is, we are multiplying 2 single precision n ... |
Topic: Missing Preprocessors |
JackK
Replies: 3
Views: 13335
|
Forum: General CCS C Discussion Posted: Fri Oct 16, 2020 4:32 pm Subject: Missing Preprocessors |
I am definitely not an experienced user. A couple of classes. I am using MPLAB X ver 5.4 because of the functionality it provides. But, it seems that all the # preprocessors aren't there. Like #IMPOR ... |
|