BL0061 USB drivers

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: BL0061 USB drivers

Post 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.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: BL0061 USB drivers

Post 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 296 times
STARM_CAL_IO.c
(20.98 KiB) Downloaded 297 times
Fingers crossed :D

User avatar
fotios
Posts: 458
Joined: Mon Feb 08, 2010 10:17 am
Location: Greece
Has thanked: 109 times
Been thanked: 117 times
Contact:

Re: BL0061 USB drivers

Post 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.
Best Regards FOTIS ANAGNOSTOU

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: BL0061 USB drivers

Post 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 280 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 286 times

User avatar
fotios
Posts: 458
Joined: Mon Feb 08, 2010 10:17 am
Location: Greece
Has thanked: 109 times
Been thanked: 117 times
Contact:

Re: BL0061 USB drivers

Post by fotios »

Hi Ben
Just to let you know that both CAL and Component new files are working flawlessly.
A big thank again. :D
Best Regards FOTIS ANAGNOSTOU

Post Reply