Author |
Message |
Topic: Read from a 16C55A using CCSLOAD? |
randy.shaffer
Replies: 10
Views: 865
|
Forum: General CCS C Discussion Posted: Tue Mar 04, 2025 5:30 pm Subject: Read from a 16C55A using CCSLOAD? |
Good point, thank you! |
Topic: Read from a 16C55A using CCSLOAD? |
randy.shaffer
Replies: 10
Views: 865
|
Forum: General CCS C Discussion Posted: Tue Mar 04, 2025 4:19 pm Subject: Read from a 16C55A using CCSLOAD? |
Thank you! I'll look into those. I think I need to convince management to update this legacy product...  |
Topic: Read from a 16C55A using CCSLOAD? |
randy.shaffer
Replies: 10
Views: 865
|
Forum: General CCS C Discussion Posted: Tue Mar 04, 2025 3:41 pm Subject: Read from a 16C55A using CCSLOAD? |
I'm using ICD-U64. The 16C55 is in the CCSLOAD device list, but when selected, the device box remains blank. I'll look into MPLAB & the PICkit3, thank you. |
Topic: Read from a 16C55A using CCSLOAD? |
randy.shaffer
Replies: 10
Views: 865
|
Forum: General CCS C Discussion Posted: Tue Mar 04, 2025 1:08 pm Subject: Read from a 16C55A using CCSLOAD? |
Thank you for the reply.
I couldn't find a '16F55' in the CCSLOAD list. A '16F54' did, however, seem to work for a '16C54'. |
Topic: Read from a 16C55A using CCSLOAD? |
randy.shaffer
Replies: 10
Views: 865
|
Forum: General CCS C Discussion Posted: Tue Mar 04, 2025 9:54 am Subject: Read from a 16C55A using CCSLOAD? |
I have a legacy product and was trying to read the PIC16C55A with CCSLOAD, but when I select the part number from the device list, it will not appear in the Target Chip box (nor will any "C" ... |
Topic: PWM shuts off unexpectedly for 16LF1503 |
randy.shaffer
Replies: 1
Views: 2677
|
Forum: General CCS C Discussion Posted: Fri Oct 11, 2024 12:21 pm Subject: PWM shuts off unexpectedly for 16LF1503 |
#include <16LF1503.h> // device file
#fuses NOWDT, NOBROWNOUT
#use delay(internal = 16MHZ)
#use PWM(PWM1, FREQUENCY = 15.625kHz, OUTPUT = PIN_C5, PWM_OFF, STREAM = IN1)
#byte ... |
Topic: Help with rs-232 for PIC16F18323 [SOLVED] |
randy.shaffer
Replies: 10
Views: 15201
|
Forum: General CCS C Discussion Posted: Mon Jun 10, 2024 11:37 am Subject: Help with rs-232 for PIC16F18323 [SOLVED] |
Thank you for the clarification, much obliged. |
Topic: Help with rs-232 for PIC16F18323 [SOLVED] |
randy.shaffer
Replies: 10
Views: 15201
|
Forum: General CCS C Discussion Posted: Mon Jun 10, 2024 10:34 am Subject: VDD not connected |
I didn't have VDD connected because I wasn't using the VDD from the ICD-64. However, it appears that VDD must be connected for everything to work properly, even when the MCU is powered by a source ext ... |
Topic: Unable to view EEPROM data in CCSLOAD with 16F18323 |
randy.shaffer
Replies: 7
Views: 10648
|
Forum: General CCS C Discussion Posted: Sun Feb 18, 2024 9:47 am Subject: Unable to view EEPROM data in CCSLOAD with 16F18323 |
I was missing the read operation! Thank you so much! |
Topic: Unable to view EEPROM data in CCSLOAD with 16F18323 |
randy.shaffer
Replies: 7
Views: 10648
|
Forum: General CCS C Discussion Posted: Sat Feb 17, 2024 8:31 am Subject: Unable to view EEPROM data in CCSLOAD with 16F18323 |
Thank you, temtronic. I was hoping to view the stored values in CCSLOAD. I've modified the original code. |
Topic: Unable to view EEPROM data in CCSLOAD with 16F18323 |
randy.shaffer
Replies: 7
Views: 10648
|
Forum: General CCS C Discussion Posted: Fri Feb 16, 2024 5:43 pm Subject: Unable to view EEPROM data in CCSLOAD with 16F18323 |
Disregard, I was expecting to see the EEPROM values after re-programming and realized that is not correct, sorry for the trouble. |
Topic: Unable to view EEPROM data in CCSLOAD with 16F18323 |
randy.shaffer
Replies: 7
Views: 10648
|
Forum: General CCS C Discussion Posted: Fri Feb 16, 2024 5:17 pm Subject: Unable to view EEPROM data in CCSLOAD with 16F18323 |
Compiler is v5.116, programmer is ICD-U64. After the program executes, I was expecting to see the stored values in the Data Storage table in CCSLOAD but the table appears blank.
Is the base address i ... |
Topic: Help with rs-232 for PIC16F18323 [SOLVED] |
randy.shaffer
Replies: 10
Views: 15201
|
Forum: General CCS C Discussion Posted: Wed Oct 18, 2023 9:43 am Subject: Help with rs-232 for PIC16F18323 [SOLVED] |
Thank you, newguy, I tried compiling with ICD=TRUE and ICD= and found no difference in the fuses. Does anyone know if there is an ICD=something that corresponds to released code? The compiler doesn't ... |
Topic: Need help flashing an LED with PIC16F18323 |
randy.shaffer
Replies: 13
Views: 16534
|
Forum: General CCS C Discussion Posted: Tue Oct 17, 2023 8:53 am Subject: Need help flashing an LED with PIC16F18323 |
Thank you, Ttelmah. The MCLR pin has a 10k pull-up. I am using the CCS IDE and the ICD-U64 programmer. |
Topic: Need help flashing an LED with PIC16F18323 |
randy.shaffer
Replies: 13
Views: 16534
|
Forum: General CCS C Discussion Posted: Mon Oct 16, 2023 4:26 pm Subject: Need help flashing an LED with PIC16F18323 |
Thank you newguy, I will give that a try. |
|