Search found 1321 matches

by slavisa.zlatanovic
17 Jun 2011 08:14
Forum: mikroC PRO for PIC General
Topic: USB Host library for PIC24F
Replies: 1
Views: 921

Re: USB Host library for PIC24F

Hi!

There is in our future plans to support USB OTG feature of PIC24F MCUs.
However, currently, I can not specify the exact release date.
by slavisa.zlatanovic
17 Jun 2011 07:46
Forum: mikroC PRO for PIC32 General
Topic: Help with starting up mikroICD on LV32MX v6
Replies: 3
Views: 2117

Re: Help with starting up mikroICD on LV32MX v6

Hi! In mikroC, in Edit Project window, change ICE/ICD Comm Channel Select to : ICE EMUC1/EMUD1 pins sahred with PGC1/PGD1. Yes, changing PGC/PGD channels would be my second suggestion. However, I'm glad that you can now continue with your work. We'll fix the default PGC/PGD communication channels se...
by slavisa.zlatanovic
16 Jun 2011 12:32
Forum: mikroBasic PRO for PIC32 General
Topic: How i can edit the TFT library to work with ili9325 driver?
Replies: 10
Views: 7051

Re: How i can edit the TFT library to work with ili9325 driv

Hi! Can I edit the mikroBasic TFT library to work with ili9325 driver? I'm afraid that this is not possible because we don't distribute sources of our compiler libraries. Nevertheless, I'll pass your request to our software developers and they'll consider creating a TFT Library for ILI9325 display c...
by slavisa.zlatanovic
16 Jun 2011 12:15
Forum: mikroC PRO for PIC General
Topic: Reentrancy is not allowed Compiler Error
Replies: 3
Views: 1788

Re: Reentrancy is not allowed Compiler Error

Hi! Please, find out more about reentrancy in the mikroC PRO for PIC Help file: Functions reentrancy is allowed if the function has no parameters and local variables, or if the local variables are placed in the Rx space. Remember that the PIC has stack and memory limitations which can varies greatly...
by slavisa.zlatanovic
16 Jun 2011 12:05
Forum: mikroC PRO for PIC Beta Testing
Topic: generating new folder 4.80 beta
Replies: 3
Views: 2697

Re: generating new folder 4.80 beta

Hi Mince-n-Tatties!

I've managed to reproduce the issue you're talking about. I'll pass it to our software developers.
Thanks for reporting it.
by slavisa.zlatanovic
16 Jun 2011 11:03
Forum: Development Boards
Topic: Mikroeth problems
Replies: 8
Views: 3048

Re: Mikroeth problems

Hi! . i've used the example "home automation" of MikroE.. Note that "home automation" is the project written in the old (non PRO) compiler version which is now obsolete. Also, it is written for the PIC18F4520 MCU and you're using PIC18F4550 MCU. I've adapted the Basic Realm example (which is distrib...
by slavisa.zlatanovic
16 Jun 2011 10:20
Forum: mikroC PRO for PIC32 General
Topic: Help with starting up mikroICD on LV32MX v6
Replies: 3
Views: 2117

Re: Help with starting up mikroICD on LV32MX v6

Hi!

Note that ICD feature is supported by the mikroC PRO for PIC32 v1.80 compiler.
http://www.mikroe.com/eng/products/view ... for-pic32/
Did you install the v1.80?
by slavisa.zlatanovic
16 Jun 2011 10:08
Forum: mikroC PRO for PIC General
Topic: MCU definitions
Replies: 2
Views: 1029

Re: MCU definitions

Hi!

I've already answered the same question here:
http://www.mikroe.com/forum/viewtopic.php?f=88&t=34366
by slavisa.zlatanovic
15 Jun 2011 11:02
Forum: Development Boards
Topic: Mikroeth problems
Replies: 8
Views: 3048

Re: Mikroeth problems

Hi! Note that you have to adjust your network parameters to comply with: // network parameters char myMacAddr[6] = {0x00, 0x14, 0xA5, 0x76, 0x19, 0x3f}; // my MAC address char myIpAddr[4] = {192, 168, 20, 60}; // my IP address char gwIpAddr[4] = {192, 168, 20, 6}; // gateway IP address char dnsIpAdd...
by slavisa.zlatanovic
15 Jun 2011 10:53
Forum: mikroC PRO for PIC General
Topic: code not read by compiler
Replies: 1
Views: 995

Re: code not read by compiler

Hi!

Please, create a minimal project which depicts the issue you're talking about and send it to me.
slavisa.zlatanovic@mikroe.com
I'll try to reproduce it and suggest further steps.
Also, tell me which compiler version are you using?
Thanks!
by slavisa.zlatanovic
15 Jun 2011 10:39
Forum: Development Boards
Topic: pic 16f1939
Replies: 1
Views: 1074

Re: pic 16f1939

Hi!

Currently, EasyPIC6 can be used with PIC16F1937. Nevertheless, we're currently working on the development system
which will provide full support for all Enhanced PIC16F series MCUs.
by slavisa.zlatanovic
15 Jun 2011 10:33
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: Rom constant address question - answered
Replies: 2
Views: 3161

Re: Rom constant address question

Hi Danny! Please, see the MCU datasheet: READING DATA FROM PROGRAM MEMORY USING PROGRAM SPACE VISIBILITY . PSV.PNG Note how the address is formed: PSVPAG + 1(MSB) + EA[14:0]. In the Statistic Window you see the real address of the const WrdArr and in the Watch Window you see the value of the pointer...
by slavisa.zlatanovic
15 Jun 2011 09:22
Forum: mikroC PRO for PIC General
Topic: MCU definitions
Replies: 2
Views: 1320

Re: MCU definitions

Hi!

PIC12F508 has 12-bit wide instructions and therefore it is not supported by our mikroC PRO for PIC compiler.
Please, consider using i.e. P12F609, P12F615, P12F617, P12F629 ...
by slavisa.zlatanovic
15 Jun 2011 08:55
Forum: mikroPascal PRO for AVR General
Topic: Comiling impossible without having the source of a unit
Replies: 3
Views: 1862

Re: Comiling impossible without having the source of a unit

Hi! Am I right, that you call these folders the binary ones? Actually, I meant this one: Binaries.PNG I copied the file "AVR_additional_string_library.mcl" into both directories "..\Uses\GT64KW" and "..\Uses\LTE64KW" If you do that, then, you'll need to add AVR_additional_string_library.mcl to the a...
by slavisa.zlatanovic
15 Jun 2011 08:39
Forum: mikroC PRO for PIC General
Topic: MikroBootloader v2.0.0.0 & PIC18F26K22
Replies: 4
Views: 2330

Re: MikroBootloader v2.0.0.0 & PIC18F26K22

Hi! Should I understand that this example is not suitable for PIC18F26K22? It might need some adaptations. Please, refer to PIC18F26K22 MCU datasheet for more details. P.S. My suggestion for you is to compare the datasheets of the MCU you want to use and the one used in the bootloader demo example. ...

Go to advanced search