Author |
Message |
Topic: PCWHD v5.073 (IDE v5.073) Win10 issue |
mxie1234
Replies: 1
Views: 9229
|
Forum: General CCS C Discussion Posted: Mon Oct 24, 2022 12:59 pm Subject: PCWHD v5.073 (IDE v5.073) Win10 issue |
Hi,
I got an issue when using PCWHD v5.073 with MPLAB ICD3 to enable debugging mode in Win10.
The error message came out:
"Unable to open device: Initialization of the database for request ... |
Topic: PCWHD v5.073, string format under "Watches" tab |
mxie1234
Replies: 10
Views: 20054
|
Forum: General CCS C Discussion Posted: Thu Jul 26, 2018 9:51 pm Subject: PCWHD v5.073, string format under "Watches" tab |
Noticed that, "unsigned" was also added for all "int8".
Thanks. |
Topic: PCWHD v5.073, string format under "Watches" tab |
mxie1234
Replies: 10
Views: 20054
|
Forum: General CCS C Discussion Posted: Thu Jul 26, 2018 12:42 pm Subject: PCWHD v5.073, string format under "Watches" tab |
Hi,
You are right.
I am converting a PIC18 code to PIC24. "int" gets lots of trouble. I have to replace all "int" with "int8" to make the data representation correct. |
Topic: PCWHD v5.073, string format under "Watches" tab |
mxie1234
Replies: 10
Views: 20054
|
Forum: General CCS C Discussion Posted: Thu Jul 26, 2018 12:03 pm Subject: PCWHD v5.073, string format under "Watches" tab |
I am using PIC24 now. |
Topic: PCWHD v5.073, string format under "Watches" tab |
mxie1234
Replies: 10
Views: 20054
|
Forum: General CCS C Discussion Posted: Thu Jul 26, 2018 12:57 am Subject: PCWHD v5.073, string format under "Watches" tab |
Hi, Ttelmah,
I found the variable type matters. If defined as "char", seems OK to be displayed as char or string. But if defined as "int", it won't be converted to char or strin ... |
Topic: PCWHD v5.073, string format under "Watches" tab |
mxie1234
Replies: 10
Views: 20054
|
Forum: General CCS C Discussion Posted: Tue Jul 24, 2018 7:19 pm Subject: PCWHD v5.073, string format under "Watches" tab |
Hi,
Just found the string and char format displays are not working in PCWHD v5.073 "Watches" tab. I didn't see this issue in previous PCWHD version.
Anyone saw the same issue?
Thanks |
Topic: PIC24FJ1024GB610 RC13/RC14 I/O control issue |
mxie1234
Replies: 2
Views: 9864
|
Forum: General CCS C Discussion Posted: Sun Jul 15, 2018 8:33 pm Subject: PIC24FJ1024GB610 RC13/RC14 I/O control issue |
Thanks a lot, this really helps. Changed to a different I/O. |
Topic: PIC24FJ1024GB610 RC13/RC14 I/O control issue |
mxie1234
Replies: 2
Views: 9864
|
Forum: General CCS C Discussion Posted: Sun Jul 15, 2018 5:41 pm Subject: PIC24FJ1024GB610 RC13/RC14 I/O control issue |
Hi,
Just found this strange issue. For this chip, PIC24FJ1024GB610 (100-pin TQFP), PortC I/O behaves strange. Among the available portC pins (RC1, 2, 3, 4, 13, 14, RC12 and RC15 are for crystal Osi), ... |
Topic: Debug enable error CCS Compiler 5.073 with MPLAB X IDE v3.55 |
mxie1234
Replies: 2
Views: 10304
|
Forum: General CCS C Discussion Posted: Sat Nov 04, 2017 11:30 pm Subject: Debug enable error CCS Compiler 5.073 with MPLAB X IDE v3.55 |
Yes, fixed.
Need to run CCS as administrator from shortcut.
Thank you very much. |
Topic: Debug enable error CCS Compiler 5.073 with MPLAB X IDE v3.55 |
mxie1234
Replies: 2
Views: 10304
|
Forum: General CCS C Discussion Posted: Sat Nov 04, 2017 6:10 pm Subject: Debug enable error CCS Compiler 5.073 with MPLAB X IDE v3.55 |
Hi,
I have been using CCS Compiler with MPLAB IDE v8.92 and ICD3 to debug PIC code for years. Recently, I moved to PIC18F47K40 to get more code memory. Unfortunately, IDE v8.92 does not support 18F47 ... |
|