Search found 28 matches

by gavin mack
Wed Dec 02, 2020 12:32 pm
Forum: Flowcode V8
Topic: ESP8266 as target chip
Replies: 43
Views: 42286

Re: ESP8266 as target chip

will there be an ESP32 eblock 2 upstream board with ghost available?
by gavin mack
Wed Dec 02, 2020 12:06 pm
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 41545

Flowcode 9

when is flowcode 9 to be released?
by gavin mack
Wed Dec 02, 2020 11:52 am
Forum: Flowcode V8
Topic: STM8 range micros
Replies: 9
Views: 5204

Re: STM8 range micros

Hi Ben

is flowcode V9 going to support the STM8 range?
by gavin mack
Wed Sep 09, 2020 1:00 pm
Forum: Flowcode V8
Topic: STM8 range micros
Replies: 9
Views: 5204

Re: STM8 range micros

Thanks Ben

I think the stm8 are a subset of the stm32 which I think is already available
by gavin mack
Tue Sep 08, 2020 11:44 am
Forum: Flowcode V8
Topic: STM8 range micros
Replies: 9
Views: 5204

Re: STM8 range micros

Any further news on whether the stm8 will be included in existing version or new version of flowcode
by gavin mack
Wed Feb 19, 2020 1:48 pm
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

HI
My compiler file is attached, it appears to be slightly different
by gavin mack
Wed Feb 19, 2020 1:40 pm
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

Hi I have same programmer settings I tried compile to chip and it worked once, anytime after that it comes up with verify error. running Mloader and autodetecting chip works and I have erased chip which I assume will reset any code protection. If I then compile to chip again I get the verify error. ...
by gavin mack
Wed Feb 19, 2020 9:58 am
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

Hi

my mloader gives the same display. I have attached the compiler results file

eb006 v9 jumpers are set to 5V, PSU, USB, A6&7
by gavin mack
Tue Feb 18, 2020 6:04 pm
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

Interesting, presumably you used the bottom left 20 pin socket.
mloader I'm using is 4.0.0.1
by gavin mack
Tue Feb 18, 2020 10:41 am
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

PIC16F1825-I/P works fine with led flasher. It also works fine with original flowcode adc
thanks for the help
by gavin mack
Tue Feb 18, 2020 10:27 am
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

it's an eb006 V9 which lists that chip in the documentation, I have only one chip in, jumpers are set ok I have found a PIC16F1786 used on another job, and that works fine with eb006 board and led flash code. so it's definitely programming the chip that's the problem I have another 14 pin pic PIC16F...
by gavin mack
Tue Feb 18, 2020 9:50 am
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

Hi Tried that, no difference, even tried a new chip I have also changed the code to a simple led flasher, which also doesn't work. I think it must be the chip will not program correctly as i have connected an eblock led board to my eb006 port C, and the flashing led program doesn't work on this eith...
by gavin mack
Mon Feb 17, 2020 5:08 pm
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

Re: simple adc flowchart programming pic16f616

Hi

Made that change, no difference, flowcode simulation runs ok, but same result when pic programmed
by gavin mack
Mon Feb 17, 2020 3:13 pm
Forum: Flowcode V8
Topic: simple adc flowchart programming pic16f616
Replies: 14
Views: 5765

simple adc flowchart programming pic16f616

Having a problem with what should be a simple bit of code, and a pic 16f616 Idea is to read voltages on analogue channels adc1 and adc2 and light led’s if their voltage is within adc0 voltage ±5%. Flowchart works fine in flowcode but doesn’t when I program it to the 16F616. I think the oscillator se...
by gavin mack
Tue Feb 11, 2020 5:31 pm
Forum: Flowcode V8
Topic: Flowcode program will not start
Replies: 4
Views: 2565

Re: Flowcode program will not start

yes, that worked for me
by gavin mack
Tue Feb 11, 2020 3:35 pm
Forum: Flowcode V8
Topic: Flowcode program will not start
Replies: 4
Views: 2565

Re: Flowcode program will not start

searching forum found the same issue,
I have followed instructions and it appears to work
by gavin mack
Tue Feb 11, 2020 3:12 pm
Forum: Flowcode V8
Topic: Flowcode program will not start
Replies: 4
Views: 2565

Flowcode program will not start

Hi I was using flowcode 8.2 when the program hung and stopped working. I have shutdown and restarted my pc. flowcode will not run, all you see is a quick splash screen of start up and then itcloses itself pc is hp desktop windows 10 16GB ram nvidia geforce GT710 graphics card tried running via a flo...
by gavin mack
Wed Jan 22, 2020 2:34 pm
Forum: General Programming
Topic: in circuit programming of ST micro using swim
Replies: 2
Views: 2940

Re: in circuit programming of ST micro using swim

Hi Ben

thanks for that, unfortunately any stm8 less than 16Kb does not have the ST bootloader. this means a user bootloader has to be written and programmed in somehow before spi programming can be used. we are using an 8K STM8
by gavin mack
Wed Jan 22, 2020 1:47 pm
Forum: General Programming
Topic: in circuit programming of ST micro using swim
Replies: 2
Views: 2940

in circuit programming of ST micro using swim

Hi As part of a test rig circuit I'm doing using flowcode 8 and a PIC micro has any one done, or can suggest best way to achieve the following reliably. programming a ST micro (STM8) using the SWIM protocol an 8K hex file stored on an SD card (or other storage). On previous test rigs I used an exter...
by gavin mack
Wed May 15, 2019 11:22 am
Forum: Flowcode V8
Topic: After update to 8.2 ?
Replies: 23
Views: 10987

Re: After update to 8.2 ?

IT's been a few days now, no response, please advise
by gavin mack
Sun May 12, 2019 8:00 am
Forum: Flowcode V8
Topic: After update to 8.2 ?
Replies: 23
Views: 10987

Re: After update to 8.2 ?

I have same problem
fc_error_1.JPG
fc_error_1.JPG (72.53 KiB) Viewed 10946 times
by gavin mack
Thu Feb 14, 2019 12:32 pm
Forum: Flowcode V8
Topic: STM8 range micros
Replies: 9
Views: 5204

STM8 range micros

Hi
Are the STM8 range of micros available or will be in flowcode 8 please
by gavin mack
Wed Jan 16, 2019 10:11 am
Forum: Flowcode V8
Topic: downloaded code running at 500Khz
Replies: 4
Views: 3675

Re: downloaded code running at 500Khz

Thanks for that Martin, it works fine
by gavin mack
Tue Jan 15, 2019 5:48 pm
Forum: Flowcode V8
Topic: downloaded code running at 500Khz
Replies: 4
Views: 3675

downloaded code running at 500Khz

Flowcode program runs fine on simulator, and when code is downloaded to 16f1937 using the 19Mhz external oscillator on eb-006. modified the code to include the osccon code of 0x78 using intosc helper tool for 16Mhz, changed oscillator to internal in configuration and typed 16Mhz frequency in general...
by gavin mack
Thu Sep 27, 2018 9:20 am
Forum: Flowcode V7
Topic: problem displaying text from string array to lcd screen [SOLVED]
Replies: 7
Views: 6373

Re: problem displaying text from string array to lcd screen

Stupid me, my version was 7.11, reinstalled latest version and everything works