Page 2 of 2

Re: BL0061 USB drivers

Posted: Fri Jun 01, 2018 10:59 am
by Benj
Hi Fotis,

I tested the v7 component using the BL0114 combo board with the BL0080 PIC EB2 16F18877 and it's working well for me.

In your program you call Start, Clear and Cursor 0,0. The Start function does the clear and cursor move for you so these additions shouldn't be needed.

I've tested the BL0061 board with the BL0114 combo on Flowcode 8 and this is also working well. Tried this in v7 and there is something strange going on so investigating this now.

v8 program - toggling pin b5 every 100us
v8Prog.png
(29.48 KiB) Downloaded 2378 times
v7 program - exact same program as above
v7Prog.png
(30.12 KiB) Downloaded 2378 times
Hmmmm.

Re: BL0061 USB drivers

Posted: Fri Jun 01, 2018 11:20 am
by Benj
Aha, Think I might have fixed it, simply copy these files into your "Flowcode 7/CAL/STARM" folder.
STARM_CAL_IO.h
(5.25 KiB) Downloaded 369 times
STARM_CAL_IO.c
(20.98 KiB) Downloaded 353 times
Fingers crossed :D

Re: BL0061 USB drivers

Posted: Fri Jun 01, 2018 5:28 pm
by fotios
Hi Ben
Yes, it is fixed and LCD works just fine. :D
Thank you!

We have tested and working digital outputs and LCD display so far.
Next step will be a test of PWM channels.

Re: BL0061 USB drivers

Posted: Mon Jun 04, 2018 12:30 pm
by Benj
Right,

We've been over the LCD and STARM IO problem again and now have a better fix that should work for everything.

Here is the v7 LCD component - this is as was from 7.3, working with PIC etc
LCD.fcpx
(7.54 KiB) Downloaded 334 times
Next here is a fix for the STARM CAL IO that should solve the glitch issue on the enable pin, and any similar problems.
STARM_CAL_IO.c
(20.98 KiB) Downloaded 340 times

Re: BL0061 USB drivers

Posted: Tue Jun 05, 2018 9:53 am
by fotios
Hi Ben
Just to let you know that both CAL and Component new files are working flawlessly.
A big thank again. :D