Search found 1043 matches

by biljana.nedeljkovic
03 Sep 2016 17:59
Forum: Development Boards
Topic: EasyPIC v7 not working at all on Windows 10
Replies: 5
Views: 4536

Re: EasyPIC v7 not working at all on Windows 10

Our hardware is tested and fully functional on Windows 10. Drivers for Windows 10 can be downloaded on our website. http://www.mikroe.com/easypic/programming/ In order to prevent any issue while working on Win 10, make sure to: 1. Install the driver as administrator manually. That means Right click ...
by biljana.nedeljkovic
02 Sep 2016 13:01
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: SetBit,TestBit,ClearBit
Replies: 10
Views: 8047

Re: SetBit,TestBit,ClearBit

Hello,

This feature was reported as an enhancement, so our developers haven't implemented it yet.
It is on the enhancement pooling list that will be published soon.

Have you tried to define those routines the way our users suggested?

Kind regards,
Biljana
by biljana.nedeljkovic
02 Sep 2016 09:56
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Which one to choose from dsPIC30/dsPIC33/PIC24
Replies: 12
Views: 6016

Re: Which one to choose from dsPIC30/dsPIC33/PIC24

Hi, You are right, but I was looking for dsPIC33 MCUs only. I assume you wanted to use DSP functions as well since you are interested in this compiler, so that is the reason I suggested dsPIC33 - it has also higher speed. If the Program memory is your concern, choose PIC24 you suggested. Also, it is...
by biljana.nedeljkovic
01 Sep 2016 14:44
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Which one to choose from dsPIC30/dsPIC33/PIC24
Replies: 12
Views: 6016

Re: Which one to choose from dsPIC30/dsPIC33/PIC24

Hi, If you are choosing between those MCUs, I would go with dsPIC33. Do you have some of our hardware? You can find the information about the supported MCUs here: http://www.mikroe.com/mikroc/dspic/specification/ You can compare them since the data for Program Memory and RAM are shown. For the DIP p...
by biljana.nedeljkovic
01 Sep 2016 14:24
Forum: mikroC PRO for FT90x General
Topic: New version of FT90x compilers integrate VisualTFT
Replies: 10
Views: 9339

Re: New version of FT90x compilers integrate VisualTFT

Hi,

I have contacted our Marketing team to check that.

I got the answer this deadline has been prolonged due to the fact we wanted to wait for a bit more people to apply before we give away the mikromedia boards.

We will publish the info on this topic to announce the winners.

Kind regards,
Biljana
by biljana.nedeljkovic
31 Aug 2016 16:23
Forum: Visual TFT Wish List
Topic: SetIdenticalFontSources design error
Replies: 1
Views: 3861

Re: SetIdenticalFontSources design error

Hello, Your idea is good in terms of your own application. With our approach, we were trying to get bigger perspective to more cases that can happen. It might seems like there is an unnecessary loop there, we have reviewed the code and determined it is, for now, the good approach for this matter. Th...
by biljana.nedeljkovic
31 Aug 2016 10:24
Forum: Libstock Discussion
Topic: CDC Class added to USB Device Library!
Replies: 71
Views: 607346

Re: CDC Class added to USB Device Library!

Hi,

Check the Virtual Memory Map for your MCU, and used the virtual addresses for RAM, instead the address in Physical Memory.
http://ww1.microchip.com/downloads/en/D ... 01168J.pdf

Best regards,
Biljana
by biljana.nedeljkovic
30 Aug 2016 15:41
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Please provide new Microchip 16-bit devices support
Replies: 5
Views: 3698

Re: Please provide new Microchip 16-bit devices support

Hi, We are sorry for neglecting this architecture for a while now. Update for the dsPIC is on the way, expected by the end of this quarter, Q3. I do not have the specific date for it, but it is currently an active task for our development team. Again, we appreciate your understanding and assure you ...
by biljana.nedeljkovic
30 Aug 2016 11:11
Forum: Libstock Discussion
Topic: CDC Class added to USB Device Library!
Replies: 71
Views: 607346

Re: CDC Class added to USB Device Library!

Hi,

Depending on your MCU, you can run the VCP example from our USB Device Library.
Although it is not written for PIC32MX2xx you can modify the part with registers and USB interrupt pins, according to the datasheet.
http://ww1.microchip.com/downloads/en/D ... 01168F.pdf

Regards,
Biljana
by biljana.nedeljkovic
26 Aug 2016 17:38
Forum: mikroPascal PRO for PIC32 General
Topic: PIC32 USB HID Bootloader and Windows 10
Replies: 10
Views: 6486

Re: PIC32 USB HID Bootloader and Windows 10

Hi, The drivers for the USB HID should be installed automatically when you connect the hardware. What you can do is to manually uninstall them from the Device Manager and reconnect the hardware again so it reinstalls them. Let me know if it made a difference. Also, your colleague can reach us at the...
by biljana.nedeljkovic
26 Aug 2016 13:11
Forum: Development Boards
Topic: EasyMxPro for STM32 and wifi 3 click
Replies: 9
Views: 4914

Re: EasyMxPro for STM32 and wifi 3 click

Hello,

We haven't had problems with UART library. Which version have you had?
I will check if the claims are right.

I am glad you managed to solve the issue nonetheless.

Kind regards,
Biljana
by biljana.nedeljkovic
26 Aug 2016 09:29
Forum: mikroC PRO for PIC General
Topic: L3G4200D test (Codes here)
Replies: 3
Views: 2164

Re: L3G4200D test (Codes here)

Hello,

Can you tell me which MCU and which Gyro module do you use?
Do you have some of our click boards (I believe that L3G4200D is not present on any click board) ?

Kind regards,
Biljana
by biljana.nedeljkovic
25 Aug 2016 15:59
Forum: Visual TFT Wish List
Topic: What is happening to Visual TFT ? Features Lagging poorly
Replies: 3
Views: 4909

Re: What is happening to Visual TFT ? Features Lagging poorl

Hello, Thank you for this feedback. The time limit for the license, or paying for the update, was considered earlier, but rejected. We wanted to provide free support and free update by the end of life of the product. Either way, the change is always possible, we will consider it. Kind regards, Biljana
by biljana.nedeljkovic
24 Aug 2016 11:22
Forum: mikroC PRO for ARM General
Topic: USB_Break();
Replies: 5
Views: 5841

Re: USB_Break();

Hello, According to many examples, we keep it in the while loop to ensure all the data is successfully sent. The function has to be called until all the data is sent. In the HID_write function, where is a while which can block the program execution. The function counts the number of data remained to...
by biljana.nedeljkovic
24 Aug 2016 10:14
Forum: mikroPascal PRO for PIC32 General
Topic: PIC32 USB HID Bootloader and Windows 10
Replies: 10
Views: 6486

Re: PIC32 USB HID Bootloader and Windows 10

Hi, Please let us know if reinstalling the drivers again, and as admin, solves your issue. Your colleague can contact us as well, they can send the screenshots from the computer, from Device Manager, we would like to help. Is the problem present of all the Win10 computers you have, or you confirmed ...

Go to advanced search