Search found 1321 matches

by slavisa.zlatanovic
14 Jun 2011 10:57
Forum: mikroBasic PRO for PIC General
Topic: How to define vertical grey line position (80) char in edito
Replies: 5
Views: 1484

Re: How to define vertical grey line position (80) char in e

Hi Janni and Kalain!
Tools/Editor Settings/Open options dialog - Right Edge parameters. One cannot effectively set position different than 80 but color setting seems to work sometimes.
We've fixed this issue. Please, wait for the next mikroBasic PRO for PIC release.
by slavisa.zlatanovic
14 Jun 2011 10:49
Forum: mikroPascal PRO for AVR General
Topic: Comiling impossible without having the source of a unit
Replies: 3
Views: 1864

Re: Comiling impossible without having the source of a unit

Hi! I couldn't reproduce the issue you're talking about. Everything works OK for me. I am using the library "AVR_additional_string_library.mcl" from Florin Medrea. He does not provide the source of this unit. How did you include this library in your project? Did you add it in the Binaries Folder in ...
by slavisa.zlatanovic
14 Jun 2011 10:35
Forum: mikroC PRO for 8051 General
Topic: EXTERNAL RAM
Replies: 7
Views: 3473

Re: EXTERNAL RAM

Hi!

Please, try to reinstall your mikroC PRO for 8051 compiler and try to recompile your project again.
If this doesn't help, please, send me your project (to my email: slavisa.zlatanovic@mikroe.com), I'll inspect it and suggest further steps.
by slavisa.zlatanovic
14 Jun 2011 10:16
Forum: mikroBasic PRO for PIC General
Topic: GOSUB that goes but doesn't RETURNs...
Replies: 11
Views: 3399

Re: GOSUB that goes but doesn't RETURNs...

Hi! If you're insinuating that there is a bug in our mikroBasic PRO for PIC compiler, please, create a minimal project which depicts the bug and send it to me. I'll try to reproduce it and suggest further steps. Also, tell me which compiler version are you using. My email address is: slavisa.zlatano...
by slavisa.zlatanovic
14 Jun 2011 10:06
Forum: mikroC PRO for PIC General
Topic: MikroBootloader v2.0.0.0 & PIC18F26K22
Replies: 4
Views: 2333

Re: MikroBootloader v2.0.0.0 & PIC18F26K22

Hi! My question is, is there support device PIC18F26K22 from MikroBootloader v 2.0.0.0 Yes, MikroBootloader v 2.0.0.0 supports the PIC18F26K22. However, currently we don't provide the bootloader firmware for this chip. You have to write it yourself. I think that you've probably made some coding mist...
by slavisa.zlatanovic
14 Jun 2011 09:45
Forum: mikroPascal PRO for AVR General
Topic: no Bootloader Connection with my Mega128
Replies: 1
Views: 1427

Re: no Bootloader Connection with my Mega128

Hi! Please, write in English because it's the official mikroElektronika Support language. However, if I've understood you properly. You have problems with the ATMEGA128 UART Bootloader. You can send me your hex file, I'll try to bootload it and I'll get back to you with the results. My email is: sla...
by slavisa.zlatanovic
14 Jun 2011 09:29
Forum: mikroBasic for dsPIC30/33 and PIC24 Wish List
Topic: Flash memory module MikroMMB for PIC24
Replies: 8
Views: 7672

Re: Flash memory module MikroMMB for PIC24

Hi! 2-The example in C for MikroMMB for PIC24 there is something wrong, because in the schematic that I recieved from MikroEletronika the SCK2,SDI2 and SDO2 is pin out of pic 10,11 and 12, but in the C example has a instructions to change the pin out to 21,26 and 19, you can see below, I extract the...
by slavisa.zlatanovic
14 Jun 2011 09:03
Forum: mikroBasic PRO for PIC General
Topic: pld problem
Replies: 3
Views: 1228

Re: pld problem

Hi! To assist in Cleaning a project Folder, perhaps there could be a checkbox that automatically selects All the Files that are Created by the compiler . I.E. asm,coff,hex,mcl etc Note that Project Cleaner feature already exists in our mikroBasic PRO for PIC compiler (see the picture below). Project...
by slavisa.zlatanovic
13 Jun 2011 15:13
Forum: Development Boards
Topic: Easyavr5a
Replies: 7
Views: 2123

Re: Easyavr5a

Hi! And no Driver folder exists on supplied dvd so auto install of driver does,nt function but downloaded driver works fine. Note that after inserting the Product DVD you need to double-click the "index.htm" . Then, navigate to EasyAVR5A as depicted and download the drivers: Product_DVD.PNG Received...
by slavisa.zlatanovic
13 Jun 2011 12:38
Forum: Development Boards
Topic: serial Ethernet problem and questions
Replies: 4
Views: 1435

Re: serial Ethernet problem and questions

Hi!

I think that you have a problem with the oscillator settings.
Please, visit the link below and find detailed explanation on how to properly configure the oscillator settings:
http://www.mikroe.com/forum/viewtopic.php?t=10646
by slavisa.zlatanovic
13 Jun 2011 12:24
Forum: mikroC PRO for PIC32 General
Topic: ICD3 for LV-32MX v6
Replies: 15
Views: 8374

Re: ICD3 for LV-32MX v6

Hi! I would be much happier if the pic32 complier generated output compatible with the ICD3 to allow me to debug with this device. I now have a Picflash 2, an ICD2 and ICD3 and did not really want to have to buy another device to allow me to debug with the pic32 compiler. There is in our plans to ad...
by slavisa.zlatanovic
13 Jun 2011 12:08
Forum: mikroC PRO for 8051 General
Topic: EXTERNAL RAM
Replies: 7
Views: 3473

Re: EXTERNAL RAM

Hi!

I couldn't reproduce the issue you're talking about. Everything works OK for me.
Please, try to recompile the project below and inform me about the results.
XDATA.rar
(7.57 KiB) Downloaded 213 times
by slavisa.zlatanovic
13 Jun 2011 11:10
Forum: mikroC PRO for PIC Beta Testing
Topic: Dynamic memory bug
Replies: 1
Views: 2428

Re: Dynamic memory bug

Hi! This is the example of the proper usage of the MemManager Library : const HEAP_START = 0x200; // Define the Heap start const HEAP_SIZE = 500; // Define the Heap size unsigned short *pi; unsigned short i=0 ; unsigned short x ; void main() { ADCON1 = 0x0F; CMCON = 7; TRISA = 0; TRISB = 0; TRISD = ...
by slavisa.zlatanovic
13 Jun 2011 10:29
Forum: mikroBasic PRO for PIC General
Topic: pld problem
Replies: 3
Views: 1228

Re: pld problem

Hi!

I've reproduced the issue you're talking about. I've also notified our software developers about it.
Sorry for the inconvenience. We'll fix it as soon as possible.
by slavisa.zlatanovic
13 Jun 2011 09:58
Forum: mikroC General
Topic: M_Open_File_Append (); does not work.
Replies: 1
Views: 1280

Re: M_Open_File_Append (); does not work.

Hi! We strongly encourage users to switch to PRO version because non-PRO version is an ancestor of PRO compiler and is no longer being developed. Every new feature, improvement and bug fix will only affect new versions of PRO compilers. If you're a registered user you'll receive PRO license key free...

Go to advanced search