Page 1 of 1

EB075 with EB064 with dsPIC 30F4013

Posted: Wed Aug 05, 2015 4:00 pm
by kadlcak
Dear all, is someone who has experience with the EB075 module. I'm using EB064 with the dsPIC30F4013 processor and module EB075. Oscillator is set to HS / 2 w/ PLL 4x, connection is using Channel 2, version of Flowcode 6. When I use EB006 with PIC16F88 program to display the test works O.K. Please can you advice proper setting and connection of the module.
Thank you, regards
Jiri

Re: EB075 with EB064 with dsPIC 30F4013

Posted: Thu Aug 06, 2015 10:00 am
by Benj
Hello Jiri,

To connect the display to the hardware UART on the 30F4013 you need to be connecting the E-block to Port F.

The jumper will need to be in the patch position and you then need 3 pieces of single core wire to patch across the signals.

RX - 2
TX - 3
Reset - Any other Port F pin - Selectable in the Flowcode properties.

The other method is to use the software UART mode in the component properties and set the Reset pin to 5, TX pin to 6 and RX pin to 7 to match the B jumper settings.

Hopefully this should allow the display to work as expected.

Re: EB075 with EB064 with dsPIC 30F4013

Posted: Mon Aug 17, 2015 6:35 am
by kadlcak
Thank you, now it's O.K. -j-