Search found 586 matches

by octal
Tue Nov 26, 2019 9:42 am
Forum: User Modules
Topic: MODULES FOR MCP23008 AND MCP9800
Replies: 5
Views: 5573

Re: MODULES FOR MCP23008 AND MCP9800

The MCP23008 modules works almost the same as the MCP23S17 for which I already published an Swordfish BASIC module some years ago. Check the modules page http://www.sfcompiler.co.uk/wiki/pmwiki.php?n=SwordfishUser.Modules If you have special requirements, I can take a bit of time to make a generic m...
by octal
Thu Oct 31, 2019 9:46 am
Forum: Compiler
Topic: Request for SF support for new chip 18F27Q10
Replies: 8
Views: 5816

Re: Request for SF support for new chip 18F27Q10

Hi Jerry, David,
just checked quickly the announcement and the changes list, it's an incredible amount of work. You have done great!

Thank you for this update. I'll take time to check and test that this weekend.

Regards
by octal
Mon Jun 17, 2019 11:25 pm
Forum: Modules
Topic: usb problems
Replies: 14
Views: 8980

Re: usb problems

Hi Richard,
did you updated your USB lib to use the latest one on the SF modules pages ???
http://www.sfcompiler.co.uk/wiki/pmwiki ... er.Modules
by octal
Sat Jun 15, 2019 11:13 pm
Forum: IDE
Topic: Which version of MPLabX are you using?
Replies: 22
Views: 13066

Re: Which version of MPLabX are you using?

@Jerry
in next version, I'll try to read the devices list from the external XML file, this way, you won't even need to merge the file with the compiled jar.
by octal
Fri Jun 14, 2019 10:11 am
Forum: IDE
Topic: Which version of MPLabX are you using?
Replies: 22
Views: 13066

Which version of MPLabX are you using?

Hello,
I would like to make some enhancements to the SF MPLabX plugin these days, and I wanted to know which version of MPLabX are you using?
Is it still useful to maintain the v2.xx, v3.xx, v4.xx versions ??? can we move to the latest MPLabX v5.xx version?

Regards
by octal
Wed Jan 02, 2019 10:17 am
Forum: General
Topic: Happy new year $07E3
Replies: 2
Views: 4641

Happy new year $07E3

Hi,
happy new year and best whishes to all of you :D
by octal
Mon May 21, 2018 10:07 am
Forum: Compiler
Topic: PIC18FxxK40 and K42 any support?
Replies: 9
Views: 5642

PIC18FxxK40 and K42 any support?

Hello,
are there any plans to have official support for K40 and K42 chips in Swordfish BASIC compiler?
by octal
Wed Mar 07, 2018 9:08 pm
Forum: General
Topic: Microchip released a new PICKit 4 debugger - programmer
Replies: 1
Views: 4158

Microchip released a new PICKit 4 debugger - programmer

MPLAB PICkit 4 In-Circuit Debugger http://www.microchip.com/Developmenttools/ProductDetails.aspx?PartNO=PG164140 https://www.digikey.com/-/media/Images/Product%20Highlights/M/Microchip%20Corporation/MPLAB%20PICkit%204%20Debugger%20Programmer/microchip-pickit-4-large.jpg?la=en&ts=451c79b6-9172-4ab6-8...
by octal
Mon Jan 01, 2018 12:44 pm
Forum: General
Topic: Happy new year 2018
Replies: 2
Views: 4922

Happy new year 2018

Happy new year and best wishes for 2018 :o
by octal
Thu Mar 23, 2017 6:24 pm
Forum: General
Topic: PicKit2 Standalone Programmer
Replies: 4
Views: 5166

Re: PicKit2 Standalone Programmer

Found a stand alone programmer from Northern Software (NSDSP-1-5V) very fast and works well. Programs most Microchip microcontrollers. Very happy... I think that PICKit3 is really the best solution for people who cannot affort an IDC3 or RealIce. It gets updated for almost all new PIC chips and it'...
by octal
Fri Mar 17, 2017 7:56 pm
Forum: General
Topic: Register & De-Register
Replies: 1
Views: 3963

Re: Register & De-Register

You better contact mecanique support directly (or PM David on this forum)
by octal
Thu Mar 09, 2017 9:12 pm
Forum: Compiler
Topic: How much RAM? Or where does RAM end?
Replies: 4
Views: 3103

Re: How much RAM? Or where does RAM end?

SHughes_Fusion wrote:
I'm sure I've read of this device having 3936 bytes of RAM but the datasheet now shows 3896 correctly.
Maybe you confused the K20 with K22. It's the PIC18F46K20 (twenty) that have 3936 RAM, not the K22.
by octal
Tue Feb 28, 2017 6:54 pm
Forum: Compiler
Topic: Use OPTION to Include a module
Replies: 2
Views: 2888

Re: Use OPTION to Include a module

Check Jerry's last USB library. If I remember, he use options to include various modules depending on user choices.
by octal
Thu Jan 19, 2017 8:06 pm
Forum: User Modules
Topic: Neopixels WS2812B
Replies: 10
Views: 7081

Re: Neopixels WS2812B

Thanks for your feedback. I know that a lot of friends are using it for a while and it works. As for the clock dependency, it's a pitty that we don't have the preprocessor of MPASM in Swordfish ASM blocs. We could have calculated the ammount of needed NOPs depending on the oscillator frequency and u...
by octal
Thu Jan 19, 2017 2:22 pm
Forum: User Modules
Topic: Neopixels WS2812B
Replies: 10
Views: 7081

Re: Neopixels WS2812B

I have quickly checked the datasheet of the PIC18F25K22, and the SPI module can have any of these freq: In Master mode, the SPI clock rate (bit rate) is user programmable to be one of the following: • FOSC/4 (or TCY) • FOSC/16 (or 4 * TCY) • FOSC/64 (or 16 * TCY) • Timer2 output/2 • FOSC/(4 * (SSPxA...