Missing libraries

mikroC, mikroBasic and mikroPascal PRO for Microchip’s 8-bit PIC MCUs.
Post Reply
Author
Message
salex319
Posts: 72
Joined: 28 Nov 2013 01:17

Missing libraries

#1 Post by salex319 » 11 May 2018 02:23

Running mikroPascal PRO for PIC v.7.2.0. Recently started a new project using a PIC16F690. Two questions arise:

1) I2C hardware library doesn't appear in the library list. The chip has it. What's going on?

2) notation LATA2_bit not supported for some reason. Why is that?

Never mind about question 2 - I see the chip doesn't support the separate latch register.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Missing libraries

#2 Post by filip » 11 May 2018 14:30

Hi,
1) I2C hardware library doesn't appear in the library list. The chip has it. What's going on?
This MCU does not have Master I2C module, only Slave; the I2C library doesn't support Slave mode, you can find this information in the I2C Library Help chapter.

Regards,
Filip.

Post Reply

Return to “PIC PRO Compilers”