Search found 3565 matches

by janko.kaljevic
05 Jul 2013 17:12
Forum: mikroC PRO for PIC32 General
Topic: Hello world on pic32MX220F32D
Replies: 7
Views: 3439

Re: Hello world on pic32MX220F32D

Hello,

Please can you check your inbox.
I have sent you possible solution for the issue.

Best regards.
by janko.kaljevic
03 Jul 2013 15:51
Forum: Visual TFT General
Topic: FT800 Eve Breakout Board First Impressions & More
Replies: 24
Views: 14046

Re: FT800 Eve Breakout Board First Impressions

Hello Robert, Thanks for the evaluation and comments for our new product. It is vary valuable for us. Connecting EVE board should be very easy. You only need SPI pins + CS, PD, Vcc and Gnd. So it should not be any problem. For easy connection on mikroBUS socket you can use following board: http://ww...
by janko.kaljevic
03 Jul 2013 13:56
Forum: Development Boards
Topic: Mikromedia + STM32 variation in TFT viewing angles??
Replies: 6
Views: 2845

Re: Mikromedia + STM32 variation in TFT viewing angles??

Hello, I apologize for the inconvenience. Display should decrease performances but little with changing view angle. Please can you tell me if you did observed this behavior from the moment when the board was delivered. And if it was the case with the default example? Also it would be the best if you...
by janko.kaljevic
03 Jul 2013 10:27
Forum: CAN Calculator
Topic: CAN Calculator Tool Released on Libstock!
Replies: 37
Views: 565874

Re: CAN Calculator Tool Released on Libstock!

Hello, Yes this is an error when CANSPI and AVR controllers are selected. In this case it generates double baud, as you noted. Thanks for reporting this. It will be fixed for the next version of Canculator. In meantime you can select other architecture (like PIC) and you will get correct calculation...
by janko.kaljevic
03 Jul 2013 09:43
Forum: mikroC PRO for PIC General
Topic: Help with CANSetFilter function
Replies: 11
Views: 4818

Re: Help with CANSetFilter function

Hello, On PIC18F device internal CAN module has two receive buffers, and Buffer 0 has two filters while Buffer 1 has four filters. With constants stated in your post you actually choose which filter you will set and its value. Also to completely set receive buffers you will also need to set appropri...
by janko.kaljevic
02 Jul 2013 16:22
Forum: mikroC PRO for ARM Wish List
Topic: Can't make up my mind
Replies: 9
Views: 6242

Re: Can't make up my mind

Hello, It is very important to decide which controllers you will use for future projects. If you feel comfortable with PIC controllers, or have a lot of codes, it is OK to stay with them. Very soon Microchip will release new PIC32 which will have excellent performances (comparable with Cortex M4 dev...
by janko.kaljevic
26 Jun 2013 15:49
Forum: mikroProg™ programmer and debugger
Topic: Status of pic32mx1/2 programming
Replies: 3
Views: 2460

Re: Status of pic32mx1/2 programming

Hello,

There are some small issues with support of new small package PIC32 controllers.

But we are working on it and we will provide more stable and faster programming for them.

Thanks for the patience.

Best regards.
by janko.kaljevic
26 Jun 2013 15:30
Forum: User Projects
Topic: How to display multiple bmp images on a GLCD
Replies: 2
Views: 1538

Re: How to display multiple bmp images on a GLCD

Hello,

IntToStr function requires string with 7 characters long.
And you should declare it this way.

Your behavior could be caused by this.

Best regards.
by janko.kaljevic
26 Jun 2013 15:02
Forum: mikroC General
Topic: CAN ID to eeprom 18f problems
Replies: 1
Views: 1613

Re: CAN ID to eeprom 18f problems

Hello,

I apologize for late reply.

You can use EEPROM example to see how to store bytes into EEPROM.

If you want to split CAN ID, you can use built in routines Higher, Hi, Lo.
You can check them in Help file.

Best regards.
by janko.kaljevic
26 Jun 2013 14:54
Forum: mikroC PRO for PIC General
Topic: Ethernet question
Replies: 1
Views: 1093

Re: Ethernet question

Hello, I apologize for the late reply. Yes first memcmp just compares if the incomimng string has "GET /", which means that his is get method. If first five characters are as specified function will continue forward. Then it will parse for the ON or OFF command, (as stated in the code). You can chec...
by janko.kaljevic
26 Jun 2013 13:48
Forum: Library Development Discussion
Topic: Questions about Software I2C Library
Replies: 1
Views: 2743

Re: Questions about Software I2C Library

Hello, I apologize for the late reply. Soft I2C is very sensitive to timings and it is important not to have interrupts during its operations. Or if you have interrupt, keep them very short. Soft_I2C_Break function will allow you to break from the Soft I2C routines when they get stuck from any reaso...
by janko.kaljevic
25 Jun 2013 17:40
Forum: mikroProg™ programmer and debugger
Topic: heat programmer help!
Replies: 7
Views: 4488

Re: heat programmer help!

Hello,

I believe that we have the same correspondence via e-mail.

Best regards.
by janko.kaljevic
25 Jun 2013 16:45
Forum: mikroC PRO for ARM General
Topic: Reporting a bug
Replies: 6
Views: 3189

Re: Reporting a bug

Hello,

The solution will be provided through the next release/live update of the compiler.

If you need prompt solution, please contact us through the ticket service and I will do my best in order to help you immediately.
http://www.mikroe.com/support/

Best regards.
by janko.kaljevic
25 Jun 2013 16:21
Forum: Development Boards
Topic: Smartglcd v1.5 and SPI speed with MCP3208 (100kS AD,SPI)
Replies: 1
Views: 1059

Re: Smartglcd v1.5 and SPI speed with MCP3208 (100kS AD,SPI)

Hello,

From the code I can see that only delay is waiting for the BF flag to get cleared by hardware.
And this is correct way to do it.

Please can you check which silicon revision of the chip do you have (A1 or B1).
You can check errata for silicon version A1 and MSSP module.

Best regards.
by janko.kaljevic
25 Jun 2013 16:12
Forum: mikroPascal PRO for PIC32 General
Topic: Possible stack overflow : recursion or cross-calling
Replies: 1
Views: 2217

Re: Possible stack overflow : recursion or cross-calling

Hello, Compiler will set the biggest continuous part of RAM as stack. And compiler will through an error if the worst case scenario does not fir in the stack (this does not include recursion or cross calling). But if possibility of recursion or cross calling is detected, compiler will through a warn...

Go to advanced search