Search found 1715 matches

by lana.arsic
27 Feb 2018 13:51
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Multiple UART problems
Replies: 20
Views: 7147

Re: Multiple UART problems

Hi Jahan,

You're welcome. I'm glad that you have solved previous issue.

Regarding FAT32_Seek(), you have got the response at this topic:

viewtopic.php?f=101&t=71753#p289738

Please continue there.

Kind regards,
Lana
by lana.arsic
26 Feb 2018 18:12
Forum: mikroC PRO for ARM General
Topic: Problems with I2C
Replies: 11
Views: 3904

Re: Problems with I2C

Hi, Thanks for the suggestion but that code package is incomplete - and useless - why is it even on Libstock??? Example which comes with the package is tested with 10DOF click and it works properly. Can you please explain why do you mean that package is incomplete? You only need to add Uses folder f...
by lana.arsic
23 Feb 2018 16:35
Forum: mikroBasic PRO for PIC General
Topic: TCP Client issue
Replies: 7
Views: 2711

Re: TCP Client issue

Hi Mark, Unfortunately, at this moment we don't have TCP client example, but you may find this thread useful: https://forum.mikroe.com/viewtopic.php?f=72&t=49907&p=194746#p194746 Also, you will need to make one example for server and another one for client, otherwise they cannot work when you connec...
by lana.arsic
23 Feb 2018 15:23
Forum: mikroBasic PRO for PIC General
Topic: Library I2C not visible
Replies: 8
Views: 2523

Re: Library I2C not visible

Hi,

Please try to reinstall compiler but explicitly as administrator,
if you still have issues, can you please send that project in a zip/rar archive
(which cannot be compiled in version 7.2.0)?

Kind regards,
Lana
by lana.arsic
21 Feb 2018 18:12
Forum: Visual TFT General
Topic: Visual TFT 4.6.1 - dongle licence - demo mode
Replies: 43
Views: 27799

Re: Visual TFT 4.6.1 - dongle licence - demo mode

Hi Wolfgang,

This specific issue regarding dongle is solved
in merged version of Visual TFT inside compiler 6.0.0.

Kind regards,
Lana
by lana.arsic
21 Feb 2018 18:09
Forum: mikroC PRO for ARM General
Topic: support stm32H7xx
Replies: 13
Views: 4670

Re: support stm32H7xx

Hi Wolfgang,

Information will be provided on our website at tab Roadmap:

https://www.mikroe.com/mikroc-arm

At this moment, there is no information,
but it will be when date of new release of the compiler comes close.

Kind regards,
Lana
by lana.arsic
21 Feb 2018 18:05
Forum: mikroC PRO for ARM General
Topic: Can't work with V6 and VTFT
Replies: 7
Views: 2753

Re: Can't work with V6 and VTFT

Hi Wolfgang, Information will be provided when date of new release of the compiler comes close on our website at tab Roadmap: https://www.mikroe.com/mikroc-arm because the newest version of Visual TFT will be released along with the compiler. Unfortunately, at this moment I don't have precise inform...
by lana.arsic
21 Feb 2018 17:30
Forum: mikroBasic PRO for PIC General
Topic: TCP Client issue
Replies: 7
Views: 2711

Re: TCP Client issue

Hi,

Can you please first try exactly HTTP_Demo_Intern example,
just to adjust it for STM32F407, since in your code there is no Timer Interrupt which is required?

Kind regards,
Lana
by lana.arsic
21 Feb 2018 17:18
Forum: mikroBasic PRO for PIC General
Topic: Library I2C not visible
Replies: 8
Views: 2523

Re: Library I2C not visible

Hi,

I'm sorry, but I really cannot reproduce the same behavior in version 7.2.0,
you can take a look at image bellow.

Can you please try to reinstall compiler as per previous suggestion?

Kind regards,
Lana
by lana.arsic
21 Feb 2018 14:02
Forum: mikroC PRO for PIC General
Topic: EEPROM_Write function is not working
Replies: 4
Views: 1801

Re: EEPROM_Write function is not working

Hi Vsevolod,

I'm sending in the attachment corrected EEPROM library used for PIC18F87K22,
you can replace it with existing one in Uses folder which is located in for example:

c:\Users\Public\Documents\Mikroelektronika\mikroC PRO for PIC\Uses\P18

Kind regards,
Lana
by lana.arsic
20 Feb 2018 18:55
Forum: mikroC PRO for PIC General
Topic: EEPROM_Write function is not working
Replies: 4
Views: 1801

Re: EEPROM_Write function is not working

Hi Vsevolod,

I sincerely apologize for this inconvenience,
I was able to reproduce the issue in version 7.2.0
and I have forwarded it to our developers.

Kind regards,
Lana
by lana.arsic
20 Feb 2018 18:10
Forum: mikroC PRO for ARM General
Topic: STM32F407VG - Problem with MikroC 6.0.0 and schema 168 MHz
Replies: 2
Views: 1339

Re: STM32F407VG - Problem with MikroC 6.0.0 and schema 168 M

Hi Vadiliano,

Yes, there are differences in configuration between versions.

In version 6.0.0 Prefetch and cache option (the last config bit) is not included,
because it was always enabled regardless of setting.

Kind regards,
Lana
by lana.arsic
20 Feb 2018 18:03
Forum: mikroBasic PRO for PIC General
Topic: Library I2C not visible
Replies: 8
Views: 2523

Re: Library I2C not visible

Hi, Can you please uninstall version 7.1.0 and download 7.2.0? https://www.mikroe.com/mikrobasic-pic Unzip folder, and then right click -> Run as Administrator. If the issue persist, can you please specify which exactly MCU did you select? Maybe you have chosen MCU which uses I2C_Remappable library ...
by lana.arsic
20 Feb 2018 17:47
Forum: mikroC PRO for ARM General
Topic: Problems with I2C
Replies: 11
Views: 3904

Re: Problems with I2C

Hi,

Unfortunately, I don't have that board so I cannot try your code.
But you can try to use this example, it also uses BNO055:

https://libstock.mikroe.com/projects/vi ... ck-library

If you still have issues, I suggest you to try your code through debug.

Kind regards,
Lana
by lana.arsic
20 Feb 2018 17:42
Forum: mikroBasic PRO for PIC General
Topic: PIC , Mikrobasic Pro & 8266 WiFi - HC-05 Bluetooth
Replies: 5
Views: 2166

Re: PIC , Mikrobasic Pro & 8266 WiFi - HC-05 Bluetooth

Hi, I'm sorry for missing example in mikroBasic PRO for dsPIC, I have forwarded again the request. You can try to use this part for initialization: void WiFi_Init() { WIFI_3_EN = 1; delay_ms(500); WIFI_3_RST = 0; // Perform reset procedure delay_ms(500); WIFI_3_RST = 1; Delay_ms(2000); } Which baud ...

Go to advanced search