Search found 401 matches

by Steven
Fri Nov 14, 2008 8:57 pm
Forum: Compiler
Topic: GLCD supply
Replies: 2
Views: 3492

Try http://uk.rs-online.com/web/search/sear ... R=627-1769 - this is the one I have used (with touchscreen).
by Steven
Sat Nov 08, 2008 9:31 am
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.1.4
Replies: 0
Views: 6556

SDFileSystem Version 4.1.4

I've added a few small changes to the SD module - it is now at Version 4.1.4 (available on the wiki - http://www.sfcompiler.co.uk/wiki/pmwiki.php?n=SwordfishUser.SDFileSystemVersion ). These include the option to set and read the volume label and ID, as well as the option to use the second MSSP port...
by Steven
Sat Nov 08, 2008 9:29 am
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.0.9
Replies: 32
Views: 58302

Hi Bryan, Thanks Ryan for spotting the issue with the second MSSP port. The SD module was written to use the first MSSP if two were available. However, I've just added an option to use the second MSSP - use #option SD_MSSP = 2. You will have to download the latest version from the wiki (now version ...
by Steven
Mon Oct 27, 2008 11:47 pm
Forum: Compiler
Topic: Problem with GLCD.. *Noob* solved!
Replies: 7
Views: 3672

Great news - thanks for letting us know.
by Steven
Sun Oct 26, 2008 1:18 pm
Forum: Compiler
Topic: Config Registers
Replies: 8
Views: 4089

Cheers.
by Steven
Sun Oct 26, 2008 12:03 pm
Forum: Compiler
Topic: Config Registers
Replies: 8
Views: 4089

Yes please John. Thanks!
by Steven
Sun Oct 26, 2008 10:47 am
Forum: Compiler
Topic: Config Registers
Replies: 8
Views: 4089

OK, perhaps I can get away with a simple list of alternate names that will work for all PICs. Thanks. Which MPLAB files did you use originally?
by Steven
Sun Oct 26, 2008 8:05 am
Forum: Compiler
Topic: Config Registers
Replies: 8
Views: 4089

Hi Dave,

Yes, one example would be BOR in SF, compared to BODEN in the MPLAB files. There's no error with SF, it's just that I'm trying to find an easy way of getting extended descriptions of each config setting, without having to do it manually for every PIC.

Steve
by Steven
Sun Oct 26, 2008 7:37 am
Forum: Compiler
Topic: Config Registers
Replies: 8
Views: 4089

Config Registers

I am trying to write a plugin to help with setting config registers. For this, I am planning to read in settings from the PIC definition files from MPLAB. I am aware of the SF PIC definition files in the 'Includes' folder, but the MPLAB files give a full description of each config setting. However, ...
by Steven
Sun Oct 26, 2008 7:08 am
Forum: Compiler
Topic: Problem with GLCD.. *Noob* solved!
Replies: 7
Views: 3672

I would start by checking your hardware connections really carefully.
by Steven
Fri Oct 24, 2008 6:25 am
Forum: Compiler
Topic: Context Saving
Replies: 15
Views: 9490

Hello. Yes, I solved the problem in the end - the solution is in the post 4 above this one. I was getting corruption of a GLCD display. In the end, disabling hardware shadow registers for context saving and forcing software context saving was the answer.

P.S. Welcome to the Swordfish forum.
by Steven
Thu Oct 23, 2008 2:53 pm
Forum: Compiler
Topic: USB Module & Swordfish SE
Replies: 1
Views: 1870

No, sorry, the SE version does not support this module. You will find more info on the Swordfish wiki here: http://www.sfcompiler.co.uk/wiki/pmwiki ... odules#USB.

It does work well though, both with CDC and HID.
by Steven
Wed Oct 22, 2008 10:16 pm
Forum: Modules
Topic: SDFileSystem.bas ???
Replies: 37
Views: 23204

This page on the wiki might help - http://www.sfcompiler.co.uk/wiki/pmwiki ... ish.FAQ#Q1. Good to hear that it is now working. I'd be grateful to know if it works with the watchdog re-enabled, but with the #option set for it.
by Steven
Wed Oct 22, 2008 9:18 pm
Forum: Modules
Topic: SDFileSystem.bas ???
Replies: 37
Views: 23204

I see that you have the watch dog timer enabled - can you try it with that off first?
by Steven
Wed Oct 22, 2008 6:21 pm
Forum: Modules
Topic: SDFileSystem.bas ???
Replies: 37
Views: 23204

The SD module will accept cards with or without a Master Boot Record, so don't worry on that one. With the new version of the module, all that is needed is a FAT16 or FAT32 format. A pull-up on CS shouldn't be required either. Is it worth checking that you have SDI on the card connected to SDO on th...