Author |
Message |
Topic: "getenv" doesn't know all the CLC register names |
bschriek
Replies: 8
Views: 5505
|
Forum: General CCS C Discussion Posted: Wed Oct 23, 2024 12:39 am Subject: "getenv" doesn't know all the CLC register names |
Underneath the comment of Richard (CCS Support).
Clear description and I will try it asap, Thanks!
For whichever chip your using there will be the following built-in
> functions for the CLC ... |
Topic: "getenv" doesn't know all the CLC register names |
bschriek
Replies: 8
Views: 5505
|
Forum: General CCS C Discussion Posted: Fri Oct 18, 2024 6:42 am Subject: "getenv" doesn't know all the CLC register names |
It seems the 16F17114, 16F18114, 16F17124 and 16F18124 have the same problem. |
Topic: "getenv" doesn't know all the CLC register names |
bschriek
Replies: 8
Views: 5505
|
Forum: General CCS C Discussion Posted: Fri Oct 18, 2024 4:31 am Subject: "getenv" doesn't know all the CLC register names |
Yes, I all ready did. |
Topic: "getenv" doesn't know all the CLC register names |
bschriek
Replies: 8
Views: 5505
|
Forum: General CCS C Discussion Posted: Fri Oct 18, 2024 2:49 am Subject: "getenv" doesn't know all the CLC register names |
PCW Compiler IED, PCB, PCM 5.118
This problem is already posted before!
Just another example....
#include <16F18124.H>
#Fuses RSTOSC_HFINTRC_32MHZ,NOEXTOSC,NOCLKOUT,NOCKS,NOFCMEN,NOMC ... |
Topic: MPLAB X no green line for debug step by step. |
bschriek
Replies: 22
Views: 52964
|
Forum: General CCS C Discussion Posted: Fri Jul 14, 2023 6:46 am Subject: MPLAB X no green line for debug step by step. |
My advise, use an older version of MPlab.
For example MPLAB X IDE v5.30. This works fine.
I was contacted by both CCS and Microchip to find the problem.
I spent a LOT of time but it's not my prob ... |
Topic: Hex file in wrong device. |
bschriek
Replies: 7
Views: 17369
|
Forum: General CCS C Discussion Posted: Wed May 10, 2023 2:54 am Subject: Hex file in wrong device. |
Wow, thank you for your explanation and code.
I need some time to investigate and try your code example.
Thank you again for your support! |
Topic: Hex file in wrong device. |
bschriek
Replies: 7
Views: 17369
|
Forum: General CCS C Discussion Posted: Tue May 09, 2023 6:20 am Subject: Hex file in wrong device. |
Thank you Temtronic and Ttelmah. Memory is not the problem.
#Ttelmah; OK, this will work for the small chip only.
#Temtronic; We have a checksum and we copy the checksum to the 4 User ID bits (200 ... |
Topic: Hex file in wrong device. |
bschriek
Replies: 7
Views: 17369
|
Forum: General CCS C Discussion Posted: Tue May 09, 2023 3:30 am Subject: Hex file in wrong device. |
Sorry, I was not clear about the used programmer.
You are right, CCSload generates a warning but the Pickit 4 does NOT.
Additional I want to find a way to prevent against this fault even when all wa ... |
Topic: Hex file in wrong device. |
bschriek
Replies: 7
Views: 17369
|
Forum: General CCS C Discussion Posted: Tue May 09, 2023 1:57 am Subject: Hex file in wrong device. |
I have a question and I want to know if there is some code I can add to the program to prevent the problem underneath:
We can load a .hex file for the 10F320 device and program into a 10F322 device ... |
Topic: Serial Numbers by CCS Device Programmer |
bschriek
Replies: 2
Views: 10416
|
Forum: General CCS C Discussion Posted: Mon Mar 13, 2023 9:14 am Subject: Serial Numbers by CCS Device Programmer |
Hihi, Just read the manual!
CCS PCW 5.114
Pic16F15324
When I enter all settings in CCS LOAD by hand the serial number is programmed well.
But unfortunately the manual is clear about a serial n ... |
Topic: Serial Numbers by CCS Device Programmer |
bschriek
Replies: 2
Views: 10416
|
Forum: General CCS C Discussion Posted: Mon Mar 13, 2023 7:59 am Subject: Serial Numbers by CCS Device Programmer |
I use the ICD-U64 programmer and CCS Device Programmer (CCS LOAD) to program and serialize a range of products.
Does anybody know how to integrate the Location/Address, Length(bytes), Format and th ... |
Topic: MPLAB X no green line for debug step by step. |
bschriek
Replies: 22
Views: 52964
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2023 8:37 am Subject: MPLAB X no green line for debug step by step. |
This is the comment of :[email protected].
If this is the debugger inside MPLAB then you need to contact Microchip. The compiler just supplies the .cof file with debug information in it. The de ... |
Topic: MPLAB X no green line for debug step by step. |
bschriek
Replies: 22
Views: 52964
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2023 2:43 am Subject: MPLAB X no green line for debug step by step. |
Yes, I also sent an Email to [email protected]. |
Topic: MPLAB X no green line for debug step by step. |
bschriek
Replies: 22
Views: 52964
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2023 1:37 am Subject: MPLAB X no green line for debug step by step. |
Yes, I post the problem at the Microchip forum.
This is the comment of Microchip:
I am looking into who is developing the plugin into MPLAB X and I found that this is developed by CCS - http://w ... |
Topic: MPLAB X no green line for debug step by step. |
bschriek
Replies: 22
Views: 52964
|
Forum: General CCS C Discussion Posted: Wed Mar 01, 2023 3:58 am Subject: MPLAB X no green line for debug step by step. |
Underneath a short overview I will post at the Microchip forum later.
Problem
- Windows 11
- CCS PCW Compiler 5.114
- Product Version: MPLAB X IDE v6.05
- CCS C Compiler Toolchain.
- Short and ... |
|