Author |
Message |
Topic: WDT postscaler problem |
ombrastein
Replies: 6
Views: 7182
|
Forum: General CCS C Discussion Posted: Fri May 03, 2013 11:29 am Subject: WDT postscaler problem |
Good idea. |
Topic: WDT postscaler problem |
ombrastein
Replies: 6
Views: 7182
|
Forum: General CCS C Discussion Posted: Fri May 03, 2013 11:11 am Subject: WDT postscaler problem |
Figured it out. Seems the problem was that I am still using debug compile.
Compiling in release makes it no longer ignore my wdt #fuses.
It really should give a big red warning when this happens ... |
Topic: WDT postscaler problem |
ombrastein
Replies: 6
Views: 7182
|
Forum: General CCS C Discussion Posted: Fri May 03, 2013 10:24 am Subject: WDT postscaler problem |
Hei
I'm having trouble setting my configuration bits properly for the WDT PS.
Using:
PIC18F47J53
CCS PCS 4.134
mp_lab v8.85
CCS plugin 2.0.0.13
test code that has this problem:
#inc ... |
Topic: Slow USB comm. with 18F47J53 |
ombrastein
Replies: 4
Views: 6205
|
Forum: General CCS C Discussion Posted: Sat Nov 10, 2012 5:19 pm Subject: Slow USB comm. with 18F47J53 |
Thanks for your suggestion about Vusb. Don't know how I missed this, but I went back to check my circuit to make sure Vusb was actually connected according figure 23-10 like I stated, and of course it ... |
Topic: Slow USB comm. with 18F47J53 |
ombrastein
Replies: 4
Views: 6205
|
Forum: General CCS C Discussion Posted: Sat Nov 10, 2012 4:39 pm Subject: Slow USB comm. with 18F47J53 |
I tried with USB_CONFIG_BUS_POWER set to 0,10,100,400,500.
Neither helps.
Vusb is connected to my onboard 3.3V supply, like in Figure 23-10 of the datasheet.
What is really confusing is how it ... |
Topic: Slow USB comm. with 18F47J53 |
ombrastein
Replies: 4
Views: 6205
|
Forum: General CCS C Discussion Posted: Sat Nov 10, 2012 3:38 pm Subject: Slow USB comm. with 18F47J53 |
Hi
I have a very strange problem that I'm hoping someone can shed some light on.
I have built a HID usb device using 18F47J53. If i connect this to an UN-powered usb hub it all works perfectly f ... |
Topic: mmcsd.c and fat.c |
ombrastein
Replies: 2
Views: 15252
|
Forum: General CCS C Discussion Posted: Sat Jul 14, 2007 10:13 am Subject: mmcsd.c and fat.c |
Hello all
im using the 4.042 PCH compiler with 18F452 chip
Has anyone tried to use the drivers uplied with the PCH compiler for reading and writing to a mmcsd card using the fat system?
Im ... |
|