Author |
Message |
Topic: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Animok
Replies: 10
Views: 9077
|
Forum: General CCS C Discussion Posted: Fri Apr 05, 2024 4:47 am Subject: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Thank you for your answers.
But it has been IMPOSSIBLE for me to use the break points with MPLAB-X on any 14-pin PIC.
If anyone has achieved it, I would appreciate it if you could tell me which Pic ... |
Topic: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Animok
Replies: 10
Views: 9077
|
Forum: General CCS C Discussion Posted: Thu Apr 04, 2024 7:20 am Subject: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Thank you all, but I am going to consider debugging the 14-pin PICs impossible.
Below is the code I am using:
#include<FUSES-16F15323.h>
#include<SFR-15323.h>
//******************* ... |
Topic: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Animok
Replies: 10
Views: 9077
|
Forum: General CCS C Discussion Posted: Mon Apr 01, 2024 3:22 am Subject: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Hello again and thanks for responding.
I have certainly omitted the following important information:
- PICKIT-4
- CCS 5.112
- PIC16F1574 (recent attempt).
- MPLAB-X 5.35
I have debugged other PI ... |
Topic: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Animok
Replies: 10
Views: 9077
|
Forum: General CCS C Discussion Posted: Sat Mar 30, 2024 3:15 pm Subject: DEBUGGING A 14 PINS PIC WITH MPLAB-X |
Hi guys.
I am trying to debug a PIC16F1574 (14 pins) WITH MPLAB-X V5.35.
The problem is that the break points are broken and debugging does not stop at the selected points.
I've tried everything, m ... |
Topic: PIC24EP256GU810 ECAN pins? |
Animok
Replies: 2
Views: 10413
|
Forum: General CCS C Discussion Posted: Wed Jul 22, 2020 4:03 am Subject: PIC24EP256GU810 ECAN pins? |
Thanks Ttelmah,
I can see RB0, RC1... on the pinout of PIC24EP512... but not C1RX, C1TX...
So it was my doubt.
Finally, it's the same: Only remappable pins.
Thanks a lot
Regards |
Topic: PIC24EP256GU810 ECAN pins? |
Animok
Replies: 2
Views: 10413
|
Forum: General CCS C Discussion Posted: Wed Jul 22, 2020 1:53 am Subject: PIC24EP256GU810 ECAN pins? |
Hello everyone.
I am starting with PIC24EP256GU810 for j1939 CAN-BUS. My first issue:
I can't see the TX & RX ECAN pins around this PIC.
Are there physical pins to ECAN module? or they are re ... |
Topic: HDC1000 Reading sensor |
Animok
Replies: 16
Views: 45837
|
Forum: General CCS C Discussion Posted: Mon Feb 25, 2019 12:05 pm Subject: HDC1000 WORKING |
Hello everyone!
I got many solutions from this forum, so I would like contribute with my solution about HDC1000 sensor.
I read temperature and humidity separately. Here you are the routines:
#use ... |
Topic: CAN BUS & PIC18F248 |
Animok
Replies: 3
Views: 11123
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2018 3:06 am Subject: CAN BUS & PIC18F248 |
Thanks Ttelmah.
I wil try it.
However, what about PIC18F25K80 ?
It have ECAN, is it better option?
Regards |
Topic: CAN BUS & PIC18F248 |
Animok
Replies: 3
Views: 11123
|
Forum: General CCS C Discussion Posted: Thu Nov 08, 2018 1:23 pm Subject: CAN BUS & PIC18F248 |
Hello everyone.
A simple question:
Can I use EX_J1939.c with PIC18F248?
This example refer to PIC18F4580.h why?
Regards |
Topic: HID TO HID? |
Animok
Replies: 2
Views: 9830
|
Forum: General CCS C Discussion Posted: Thu May 03, 2018 1:22 pm Subject: HID TO HID? |
Thanks Ttelmah.
Regards |
Topic: HID TO HID? |
Animok
Replies: 2
Views: 9830
|
Forum: General CCS C Discussion Posted: Thu May 03, 2018 12:19 pm Subject: HID TO HID? |
Hello everyone.
A question: Can I send/receive data via USB-HID cable from a PIC to other one?
Same VID/PID.
I'm crazy?
Regards
|
|