Author |
Message |
Topic: Wiznet w5500 driver port for pic24 |
Ben1172
Replies: 1
Views: 8187
|
Forum: General CCS C Discussion Posted: Tue Nov 26, 2019 5:09 pm Subject: Wiznet w5500 driver port for pic24 |
Has anyone out there tackled porting over wiznet's ioDriver for their w5500 ethernet chip to work with the CCS compiler? Their driver seems to be pretty stable and has been used on many platforms, bu ... |
Topic: PIC24FJ1024GB606 Intermittent startup issue |
Ben1172
Replies: 8
Views: 18029
|
Forum: General CCS C Discussion Posted: Fri Aug 25, 2017 2:44 pm Subject: PIC24FJ1024GB606 Intermittent startup issue |
A small pic on the programming header that enters then exits programming mode on every power up does sidestep this problem. Its a ridiculous solution that is only justified because of a time pinch. ... |
Topic: pic24fj512gb606 not resetting on cpu_reset() and wdt reset |
Ben1172
Replies: 4
Views: 12453
|
Forum: General CCS C Discussion Posted: Thu Aug 24, 2017 10:19 am Subject: pic24fj512gb606 not resetting on cpu_reset() and wdt reset |
This is an old thread, but for others info, I too had this problem
It seems some 24FJ pic have a problem clock switching in software to PLL enabled internal osc.
But setting up the oscillator us ... |
Topic: PIC24FJ1024GB606 Intermittent startup issue |
Ben1172
Replies: 8
Views: 18029
|
Forum: General CCS C Discussion Posted: Thu Aug 24, 2017 10:02 am Subject: PIC24FJ1024GB606 Intermittent startup issue |
FYI,
Problem still occurs with PGEC and PGED 10K pull downs and output_low in code.
Problem still occurs when PLL is not used, operating from internal 8MHZ osc only.
No related errata.
Alt ... |
Topic: PIC24FJ1024GB606 Intermittent startup issue |
Ben1172
Replies: 8
Views: 18029
|
Forum: General CCS C Discussion Posted: Wed Aug 23, 2017 6:46 am Subject: PIC24FJ1024GB606 Intermittent startup issue |
Nice response, very informative.
Then to give this solution a fair shot, I will add a 10k pulldown on the program clock |
Topic: PIC24FJ1024GB606 Intermittent startup issue |
Ben1172
Replies: 8
Views: 18029
|
Forum: General CCS C Discussion Posted: Tue Aug 22, 2017 2:36 pm Subject: PIC24FJ1024GB606 Intermittant startup issue |
Okay, I made the change to output low the programming pins in code, though I'll be pretty surprised if that works (it could take a few days to confirm). After all, if the PIC is hung up then the code ... |
Topic: PIC24FJ1024GB606 Intermittent startup issue |
Ben1172
Replies: 8
Views: 18029
|
Forum: General CCS C Discussion Posted: Tue Aug 22, 2017 11:44 am Subject: PIC24FJ1024GB606 Intermittent startup issue |
Having an intermittent power up issue in which occasionally (~1 a day) I get no output from PIC24FJ1024GB606 on power up. Once it goes down, cycling power or asserting master reset has no effect in g ... |
|