Search found 433 matches

by ranko.rankovic
10 Dec 2010 10:22
Forum: mikroC PRO for PIC General
Topic: Problem with structure in "code" area
Replies: 6
Views: 2273

Re: Problem with structure in "code" area

Hello Danielz, I've tested your code in software simulator within our compiler and it's working fine. Although you have another h file included in program source code that is not available in project folder ( lianbiao.h ). What software simulator are you using? All this is working correct on our har...
by ranko.rankovic
10 Dec 2010 09:52
Forum: Development Boards
Topic: 5v - 3.3v and 3.3v - 5v translator boards
Replies: 1
Views: 1057

Re: 5v - 3.3v and 3.3v - 5v translator boards

Hello DonRecardo,

For now there is only pdf with schematic. The Datasheet will be soon released. Thank you for noticing this.

Best regards
by ranko.rankovic
10 Dec 2010 09:30
Forum: Development Boards
Topic: Can't install Armprog on WinXP
Replies: 3
Views: 1714

Re: Can't install Armprog on WinXP

Hello boattow,

Try software located here. When you install it, in installation folder is a driver folder too. At windows prompt for driver search, lead it to this folder.
If problem persists, please open ticket.

Best regards
by ranko.rankovic
09 Dec 2010 16:15
Forum: mikroC PRO for PIC General
Topic: Problem with structure in "code" area
Replies: 6
Views: 2273

Re: Problem with structure in "code" area

Hello Danielz , I have tested it and it is working fine. I used PIC16F887 @ 8MHz and EasyPIC6 Development board. I changed result variable with Ports A ( part1 ), B ( part2 ), C ( part3 ) and D ( part4 ) to easier monitor it. I got on Port A and C 0b00000111 , corresponds to decimal 7 , and on Port ...
by ranko.rankovic
09 Dec 2010 15:54
Forum: Development Boards
Topic: Can't install Armprog on WinXP
Replies: 3
Views: 1714

Re: Can't install Armprog on WinXP

Hello boattow , Please specify exact name of your ARM programmer hardware. Is it ARMFlash Programmer ? In any case, it should work with no problem on Windows XP operating system. Is it 32 or 64 bit? Uninstall all previous software, reinstall it again after restart and try programmer if it is recogni...
by ranko.rankovic
09 Dec 2010 15:06
Forum: mikroBasic PRO for PIC General
Topic: MBpro v4.15 not saving before rebuild? Also project paths
Replies: 13
Views: 3524

Re: MBpro v4.15 not saving before rebuild? Also project path

Hello oliverb,

Our Software bundle has integrated relative paths and by default whole project is stored like this. So if you have need to move your project folder, project manager will maintain all paths within folder.

Best regards
by ranko.rankovic
09 Dec 2010 15:01
Forum: Development Boards
Topic: Can't get PIC24FJ96GA008 to do anything
Replies: 3
Views: 1531

Re: Can't get PIC24FJ96GA008 to do anything

Hello Filip, I'm sure you mistyped AD1PCFG , it should stand ADPCFG . In your while statement there is no change, so MCU executes code until this loop and is stuck doing nothing. You should change { ; } with { LATB = ~LATB; Delay_ms(250); // Delay of 250ms } so it has some effect. There is attached ...
by ranko.rankovic
09 Dec 2010 14:39
Forum: mikroC PRO for PIC General
Topic: Trouble writing to SD/MMC
Replies: 5
Views: 2253

Re: Trouble writing to SD/MMC

Hello Pav,

Please try out examples that come within our software bundle. You can find those under Extra Boards example folder.

Best regards
by ranko.rankovic
08 Dec 2010 16:07
Forum: mikroC PRO for PIC General
Topic: EEPROM+LCD Problem
Replies: 2
Views: 1578

Re: EEPROM+LCD Problem

Hello Try changing Lcd_Out(1,1,pass); with for(i=0; i<=5; i++) { Lcd_Chr(1,1+i,pass[i]); Delay_ms(10); // this line is not needed, but to give some delay to LCD } This will print one by one char from EEPROM locations. Also, please tell us what MCU are you using. Perhaps you could zip whole project f...
by ranko.rankovic
08 Dec 2010 10:39
Forum: mikroBasic PRO for PIC General
Topic: MBpro v4.15 not saving before rebuild? Also project paths
Replies: 13
Views: 3524

Re: MBpro v4.15 not saving before rebuild? Also project path

Hello, It has been tested and situation is like this. Regarding saving after changes, it does save while building and project has newest changed data. So this is not an issue. But if project is held on server hard drive, as in case that oliverb has, by reopening the project, main file must be manual...
by ranko.rankovic
03 Dec 2010 13:38
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: function SPI2_Init_Advanced affects SPI1 I/O
Replies: 1
Views: 1380

Re: function SPI2_Init_Advanced affects SPI1 I/O

Hello JungleCoder,

I tried your code and it compiled without errors, even with TRISF2_bit = 0; after SPI initialization. Also code was tested on hardware and it works as it should.
In order to inspect your problem, please zip your whole project and attach it to this thread.

Best regards
by ranko.rankovic
03 Dec 2010 11:54
Forum: mikroC PRO for AVR General
Topic: Call signature does not match the function definition
Replies: 14
Views: 4836

Re: Call signature does not match the function definition

Hello granel , It seems that you didn't enable SSA Optimization . All function prototypes and function pointers have to be built using the same optimizer because of different calling conventions in different optimizers. In SSA, function parameters are passed via working registers, and without SSA th...
by ranko.rankovic
02 Dec 2010 12:58
Forum: mikroC PRO for PIC General
Topic: Trouble checking status of a button
Replies: 2
Views: 1362

Re: Trouble checking status of a button

Hello Anilsone.ca , First program code is OK. But you'll need to pull up or down Button pin over resistor to Vcc or GND. Here is how to do Pull-Down to GND. pin.PNG For Pull-Up, just change positions of Resistor and Switch. In second code, for PORTB to be output, you'll need to put TRISB = 0x00; ins...
by ranko.rankovic
02 Dec 2010 12:37
Forum: mikroC PRO for AVR General
Topic: Call signature does not match the function definition
Replies: 14
Views: 4836

Re: Call signature does not match the function definition

Hello granel,

I've tested your source code and it's working, but unfortunately I couldn't see your settings. Please attach your whole project, with settings etc. Best is to zip whole folder in which your source code is located.

Best regards
by ranko.rankovic
01 Dec 2010 13:05
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Poer expander question
Replies: 3
Views: 1892

Re: Poer expander question

Hello Berkl , Here are possible solutions. One is to use hardware addresses of Port Expander modules, all connected to same SPI lines and while addressing modules you'll need to specify hardware address of module that needs to respond. Second solution is the one you are wishing to use. Every Port Ex...

Go to advanced search