Search found 3565 matches

by janko.kaljevic
12 Dec 2013 10:44
Forum: Product Announcements
Topic: mikromedia 5 for Tiva released!
Replies: 30
Views: 62401

Re: mikromedia 5 for TIVA released!

Hello, Yes we will provide simple code examples for all board modules as soon as possible, in order to help users to develop their projects faster. Also example code which implements the most of them will be released today. Very soon we will also offer a shield for the mikromedia 5 with mikroBUS soc...
by janko.kaljevic
30 Oct 2013 18:11
Forum: Development Boards
Topic: bug in AVRFLASH?
Replies: 1
Views: 1250

Re: bug in AVRFLASH?

Hello,

Thanks for reporting this issue.

We have confirmed it and we will fix it as soon as possible. (For the next release).

Best regards.
by janko.kaljevic
19 Aug 2013 09:19
Forum: Development Boards
Topic: By Mistake update firmware of easypic v7 with 18F45K22 into
Replies: 9
Views: 4601

Re: By Mistake update firmware of easypic v7 with 18F45K22 i

Hello,

I believe that we have solved this issue.

Best regards.
by janko.kaljevic
16 Aug 2013 09:59
Forum: Visual TFT General
Topic: Visual TFT Cyrillic
Replies: 25
Views: 20767

Re: Visual TFT Cyrillic

Hello, We have in plan to provide support for unicode, but I really can not make any promises regarding release dates. At the moment only way to implement other language scripts is as described in previous posts. Also here you can find attached project with simple example and used font. Best regards.
by janko.kaljevic
08 Aug 2013 17:05
Forum: mikroBasic PRO for ARM General
Topic: Executable code in STM32 RAM
Replies: 1
Views: 2266

Re: Executable code in STM32 RAM

Hello,

Yes this is possible to do.
At the moment compiler always stores functions in ROM.

Please take a look at following post for details:
http://www.mikroe.com/forum/viewtopic.php?f=178&t=51157

Best regards.
by janko.kaljevic
07 Aug 2013 17:00
Forum: Visual TFT General
Topic: .RES-File and additional files
Replies: 3
Views: 2439

Re: .RES-File and additional files

Hello, TFT_Get_Data function is design to provide fastest reading from the SD card. This means that Sd card is dedicated for the External resources. You can modify this function and use it for other purposes at lose some of the speed for external resources. You can modify it in VTFT by clicking Sett...
by janko.kaljevic
05 Aug 2013 17:09
Forum: mikroC PRO for PIC General
Topic: Help with CANSetFilter function
Replies: 11
Views: 4732

Re: Help with CANSetFilter function

Hello,

In MMC_Fat library you will need to have buffer of 512 bytes (sector size) and this is why it occupies a lot of RAM.
You can declare your array as constant and this will store it in flash and keep the RAM unoccupied.

To do this just use const key word:

Code: Select all

const int a=20;
Best regards.
by janko.kaljevic
19 Jul 2013 08:12
Forum: mikroC PRO for PIC General
Topic: Help with CANSetFilter function
Replies: 11
Views: 4732

Re: Help with CANSetFilter function

Hello,

Yes, baud rate is dependent on MCU frequency.
You can use Canculator application to calculate desired baud for your MCU frequency.
http://www.libstock.com/projects/view/360/canculator

Best regards.
by janko.kaljevic
18 Jul 2013 09:01
Forum: mikroC PRO for ARM General
Topic: STM32F3 port bit problem
Replies: 5
Views: 4431

Re: STM32F3 port bit problem

Hello,

Compiler version v3.3.5 is the latest and this problem still exists.
But we are currently preparing new compiler release which will be very soon and this fix will be implemented.

At the moment you can use bit definitions instead of bit fields.
For example:
ODR15_GPIOE_ODR_bit

Best regards.
by janko.kaljevic
12 Jul 2013 14:20
Forum: mikroC PRO for PIC General
Topic: Help with CANSetFilter function
Replies: 11
Views: 4732

Re: Help with CANSetFilter function

Hello,

Yes you are right.

Uninitialized Filter will have value of 0 and ID = 0 will be accepted.
Usually ID = 0 is used as broadcast ID (check CANOpen protocol) and it is understandable.

If you do not want to accept these IDs, you will have to set all Filters on desired values.

Best regards.
by janko.kaljevic
11 Jul 2013 15:45
Forum: mikroC PRO for PIC General
Topic: Help with CANSetFilter function
Replies: 11
Views: 4732

Re: Help with CANSetFilter function

Hello, In my previous post I described how to correctly set filters and masks for CAN module. And with those settings you will accept only IDs 12345 and 12344 and they will be stored second buffer. I tested it and you can find modified example in attachment. Did you set other masks and filters on th...
by janko.kaljevic
10 Jul 2013 08:58
Forum: Visual TFT General
Topic: V_TFT RELEASE Ver 3.6 Bugs:
Replies: 37
Views: 12937

Re: V_TFT RELEASE Ver 3.6 Bugs:

Hello, At the moment we are working on all reported issues not just FT800 related. Are the underlying issues of loosing previously added code going to be fixed as well as the FT800 issues?. I am fed up with having to modify the Events file every time I make a change in V-TFT. When the changes are ma...
by janko.kaljevic
09 Jul 2013 17:42
Forum: Visual TFT General
Topic: FT800 Eve Breakout Board First Impressions & More
Replies: 24
Views: 13890

Re: FT800 Eve Breakout Board First Impressions & More

Hello,

Thanks for the suggestion.
We will consider to make a single detailed document regarding FT800 and working with it in VTFT and FT800 library.
This documentation should cover most of the functionality of the FT800 and it stating with FT800 should be easier.

Best regards.
by janko.kaljevic
09 Jul 2013 14:56
Forum: Visual TFT General
Topic: V_TFT RELEASE Ver 3.6 Bugs:
Replies: 37
Views: 12937

Re: V_TFT RELEASE Ver 3.6 Bugs:

Hello, Thanks for your effort and time invested in testing VTFT and FT800 chip. I have tested your reports and they will be fixed for the next version of the VTFT. It is expected to be very soon. The project compiled successfully as can be seen in the bottom message window. But I then noticed there ...
by janko.kaljevic
09 Jul 2013 12:56
Forum: mikroC PRO for PIC32 General
Topic: Hello world on pic32MX220F32D
Replies: 7
Views: 3371

Re: Hello world on pic32MX220F32D

Hello, I apologize if my answer looked like i was hiding something from community. Please let me explain this situation. At the moment some silicon revisions of the small PIC32 controllers does not work with current version of mikroProg firmware. Unfortunately, only solution at the moment is to use ...

Go to advanced search