Using Epson S1D13700 with dsPIC30F4011 - data bus problem

General discussion on mikroC PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
daflory
Posts: 19
Joined: 21 Mar 2014 03:22

Using Epson S1D13700 with dsPIC30F4011 - data bus problem

#1 Post by daflory » 08 Aug 2018 14:50

Hello,

I am working on a motor control project using a dsPIC30F4011 and would like to use an available S1D13700 to display status and debugging information.

While I have enough available pins, I don't have eight contiguous ones on a single port. The library seems to require that S1D13700_DATA be defined at the beginning of a free port, i.e. "char S1D13700_DATA at PORTD;"

Is there any way for me to define the data bits individually? (i.e. "char S1D13700_DATA0 at LATD2_bit", etc.)?

Thanks.

User avatar
petar.suknjaja
mikroElektronika team
Posts: 683
Joined: 05 Mar 2018 09:44
Location: Belgrade

Re: Using Epson S1D13700 with dsPIC30F4011 - data bus proble

#2 Post by petar.suknjaja » 09 Aug 2018 14:34

Hi,
Unfortunately, you cannot define data bits individually.
That's because the library is written in that way.
Kind regards,
Petar

Post Reply

Return to “mikroC PRO for dsPIC30/33 and PIC24 General”