Search found 1321 matches

by slavisa.zlatanovic
21 Jun 2011 08:38
Forum: mikroC General
Topic: PIC18F4550 Analog port control
Replies: 6
Views: 6852

Re: PIC18F4550 Analog port control

Hi! Instead of: sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; You should write: sbit LCD_RS at LATB4_bit; sbit LCD_EN at LATB5_bit; sbit LCD_D4 at LATB0_bit; sbit LCD_D5 at LATB1_bit; sbit LCD_D6 at LAT...
by slavisa.zlatanovic
21 Jun 2011 08:30
Forum: Visual TFT General
Topic: Controller Chip - ILI9328
Replies: 17
Views: 16528

Re: Controller Chip - ILI9328

Hi Prof.Wagner!

I've notified our Sales Department regarding your request.
They will contact you soon.
by slavisa.zlatanovic
20 Jun 2011 14:20
Forum: Visual TFT General
Topic: TFT2 Proto Board
Replies: 3
Views: 2090

Re: TFT2 Proto Board

Hi!
I need to know if the TFT2 Proto board is possible to use with Visual TFT.
Unfortunately, currently, we don't support the ILI9326 display controller in our compilers (also in Visual TFT).
Nevertheless, there is in our near future plans to support it.
by slavisa.zlatanovic
20 Jun 2011 14:11
Forum: mikroBasic General
Topic: PROBLEM WITH TELIT GM862
Replies: 1
Views: 1435

Re: PROBLEM WITH TELIT GM862

Hi!

Did you try to run the GSM example located here:
http://www.mikroe.com/eng/downloads/get ... s_v100.zip
by slavisa.zlatanovic
20 Jun 2011 14:04
Forum: mikroC PRO for PIC Wish List
Topic: Eclipse Plugin
Replies: 10
Views: 4727

Re: Eclipse Plugin

Hi!

I'll pass your request to our software developers.
It will be considered.
by slavisa.zlatanovic
20 Jun 2011 14:02
Forum: mikroC PRO for PIC32 General
Topic: PIC32MX7 no responding board with new bootloader
Replies: 1
Views: 1518

Re: PIC32MX7 no responding board with new bootloader

Hi!

In order to be able to bootload your hex file into the MultiMedia Board for PIC32MX7, you need to program the
pic32mx795f512l_bootloader_firmware.hex into the MCU.
Did you do so?
by slavisa.zlatanovic
20 Jun 2011 13:48
Forum: Development Boards
Topic: Bluetooth Stick Problems
Replies: 12
Views: 4103

Re: Bluetooth Stick Problems

Hi!

Please, tell me did you try to run the demo examples?
http://www.mikroe.com/eng/downloads/get ... amples.zip
by slavisa.zlatanovic
20 Jun 2011 13:15
Forum: mikroPascal PRO for PIC32 Wish List
Topic: do you think make a pic32 external programmer?
Replies: 2
Views: 3158

Re: do you think make a pic32 external programmer?

Hi!

There is in our near future plans to release the PIC32 stand-alone programmer.
by slavisa.zlatanovic
20 Jun 2011 12:12
Forum: mikroC PRO for PIC General
Topic: HID example
Replies: 1
Views: 934

Re: HID example

Hi!
I loaded the hex file on an 18F4550 using Microchip bootloader.
This could be causing the problem. You must check if there is a mismatch between Microchip's bootloader
and the hex file generated by MicroC PRO for PIC compiler (i.e. bootloader and hex file overlapping each other).
by slavisa.zlatanovic
20 Jun 2011 09:01
Forum: mikroC General
Topic: PIC18F4550 Analog port control
Replies: 6
Views: 6852

Re: PIC18F4550 Analog port control

Hi!

Yes, you're right.

Code: Select all

ADCON1 = 0x0E;
P.S.
I am using 2009 pro version but I was not able to licence it.
Just repeat the registration procedure from your PRO compiler version. If you're a registered user
you'll receive new license key free of charge.
by slavisa.zlatanovic
17 Jun 2011 09:41
Forum: mikroC PRO for PIC General
Topic: Reentrancy is not allowed Compiler Error
Replies: 3
Views: 1798

Re: Reentrancy is not allowed Compiler Error

Hi! Unfortunately, this is a compiler bug. Sorry for the inconvenience. We'll fix it as soon as possible. Here is a workaround: void AddDevice(char dummy); void (*pt2Func)(char) = &AddDevice; void interrupt() { USB_Interrupt_Proc(); } void main(void) { Sound_Play(1000,500); } void AddDevice(char dum...
by slavisa.zlatanovic
17 Jun 2011 09:22
Forum: Development Boards
Topic: EasyPIC6 with 16F887 default switch and jumper position
Replies: 5
Views: 1777

Re: EasyPIC6 with 16F887 default switch and jumper position

Hi!

Please, apply these settings:
- Turn on Port Expander switches SW6.1, SW6.2, SW6.3, SW6.4 and SW6.5.
- Turn on COG LCD 2x16 switches SW10.1, SW10.2, SW10.3, SW10.4, SW10.5 and SW10.6.
Also, be sure to set the maximal COG Contrast (using the P5 potentiometer).
by slavisa.zlatanovic
17 Jun 2011 09:06
Forum: mikroC General
Topic: PIC18F4550 Analog port control
Replies: 6
Views: 6852

Re: PIC18F4550 Analog port control

Hi! We strongly encourage users to switch to PRO version because non-PRO version is an ancestor of PRO compiler, which is no longer being developed. Every new feature, improvement and bug fix will only affect new versions of PRO compilers. Therefore, even if you have come across some compiler bug in...
by slavisa.zlatanovic
17 Jun 2011 08:54
Forum: Development Boards
Topic: Mikroeth problems
Replies: 8
Views: 3069

Re: Mikroeth problems

Hi!

Note, that mikroETH Board is designed to be used with 3.3V power supply.
Therefore, you must use 5V-3.3V Voltage Translator Board when connecting mikroETH Board to 5V dev. systems.
http://www.mikroe.com/eng/products/view ... tor-board/
by slavisa.zlatanovic
17 Jun 2011 08:31
Forum: mikroBasic General
Topic: Using ISR to call a procedure in a different module?
Replies: 5
Views: 3443

Re: Using ISR to call a procedure in a different module?

Hi!

Please, create a minimal project which depicts the issue you're talking about and send it to me (slavisa.zlatanovic@mikroe.com).
Be sure to send me your whole project and not just source units. I'll try to reproduce your problem and suggest further steps.
Thanks!

Go to advanced search