Search found 780 matches

by dusan.poluga
01 Feb 2018 13:38
Forum: mikroC PRO for AVR General
Topic: Timer Functionality
Replies: 1
Views: 1221

Re: Timer Functionality

Hi, A timer interrupt initialization code can be generated from our Timer Calculator application. On the left side of the application you would need to select the device that you are working with, the clock frequency that your micro controller is set to run at, the timer that you want to generate th...
by dusan.poluga
01 Feb 2018 13:06
Forum: mikroC PRO for PIC General
Topic: any similarities to CC5x?
Replies: 1
Views: 1064

Re: any similarities to CC5x?

Hi, If you want to return bit values from some variable or register in mikroE compilers you can do that like shown in the example below. unsigned char myVariable=0x55; //0b0101 0101 unsigned char myFlag=0; void main() { myFlag=myVariable.B0; //read the bit0 value and store it to the myFlag variable ...
by dusan.poluga
01 Feb 2018 12:43
Forum: mikroProg™ programmer and debugger
Topic: mikro prog help
Replies: 4
Views: 2192

Re: mikro prog help

Hi,

After programming the fuse bit that disables the reset pin you will not be able to program the device over SPI.
To reprogram it again you would have to have a high voltage programmer to reset the fuse.

Best Regards,
by dusan.poluga
31 Jan 2018 18:41
Forum: Visual TFT General
Topic: Problem povezivanja Riverdi sa ATmega32
Replies: 3
Views: 1365

Re: Problem povezivanja Riverdi sa ATmega32

Hi,

Please for your future posts write them in english so the other users can understand the question.
Thank you.

Regarding your question.
I have responded to you on our helpdesk page.
Let's continue our conversation there.

Best Regards,
by dusan.poluga
26 Jan 2018 18:19
Forum: mikroC PRO for ARM General
Topic: Jump to system Memory for bootloader
Replies: 7
Views: 3172

Re: Jump to system Memory for bootloader

Hi, FuncOrg can be defined at the beginning of the code like it is stated in the help file and also it can be called as a function inside of your main. The functionality is the same in both ways. The function/directive accepts 2 parameters. First parameter is the function that you want to place on a...
by dusan.poluga
26 Jan 2018 15:52
Forum: mikroPascal PRO for ARM General
Topic: How to integrate USB and FAT32 to read a USB stick?
Replies: 5
Views: 2548

Re: How to integrate USB and FAT32 to read a USB stick?

Hi, I apologize for the misunderstanding. You are correct. If the USB Host library is used the two mentioned libraries are unnecessary. There is a example that lists all files from the FAT32 formatted USB flash drive that comes with the USB Host library. The example contains the modified FAT32 insid...
by dusan.poluga
24 Jan 2018 16:13
Forum: mikroPascal PRO for ARM General
Topic: How to integrate USB and FAT32 to read a USB stick?
Replies: 5
Views: 2548

Re: How to integrate USB and FAT32 to read a USB stick?

Hi, There are 3 libraries that need to be included in addition to the FAT32 library. Those libraries are MMC, SPI and UART. MMC library is used for the low level access of the memory card and it is used by the FAT32 library. SPI is a dependency of the MMC library. The UART library is used by the FAT...
by dusan.poluga
24 Jan 2018 11:18
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB MP3 Player
Replies: 1
Views: 1234

Re: USB MP3 Player

Hi,

You have a ticket regarding the same question.
I have responded to you on the ticket.

Best Regards,
by dusan.poluga
23 Jan 2018 12:31
Forum: Visual TFT General
Topic: HMI; DrawScreen; Fonts; long update time;
Replies: 1
Views: 1098

Re: HMI; DrawScreen; Fonts; long update time;

Hi, By decreasing the divider from 8 to 2 in the procedure shown below procedure Init_MCU(); begin // Setup FT810 SPI interface SPIM1_Init_Advanced(_SPI_MASTER_CLK_RATIO_2, _SPI_CFG_POLARITY_IDLE_LOW or _SPI_CFG_PHASE_CAPTURE_FALLING, _SPI_SS_LINE_NONE); end; I was able to increase the loading time ...
by dusan.poluga
23 Jan 2018 11:56
Forum: mikroProg™ programmer and debugger
Topic: mikro prog help
Replies: 4
Views: 2192

Re: mikro prog help

Hi,

To prevent the reading and writing of the flash memory you would simply disable the reset pin by selecting the RSTDISBL fuse bit inside of the avrflahs window.
0123001_img.png
0123001_img.png (4 KiB) Viewed 2170 times
Best Regards,
by dusan.poluga
23 Jan 2018 11:33
Forum: mikroC PRO for ARM General
Topic: Jump to system Memory for bootloader
Replies: 7
Views: 3172

Re: Jump to system Memory for bootloader

Hi, Some STM32 micro controller's come with a factory bootloader. This bootloader can be eater a UART or USB. BOOT0 and BOOT1 pins are used to jump to this part of the memory where this bootloader is stirred. When you set BOOT0 and BOOT1 pins in a certain order according to the data sheet and when y...
by dusan.poluga
23 Jan 2018 09:50
Forum: mikroPascal PRO for ARM Wish List
Topic: Add RETURN in functions as alternative for setting result
Replies: 1
Views: 1892

Re: Add RETURN in functions as alternative for setting resul

Hi,

Thank you for your suggestion.
I will report it to the developers for consideration.

Best Regards,
by dusan.poluga
23 Jan 2018 09:45
Forum: mikroPascal PRO for ARM General
Topic: How to integrate USB and FAT32 to read a USB stick?
Replies: 5
Views: 2548

Re: How to integrate USB and FAT32 to read a USB stick?

Hi,

Can you please attach a minimal project where this error can be seen ?

Best Regards,
by dusan.poluga
22 Jan 2018 09:49
Forum: mikroC PRO for PIC General
Topic: Problem with GLCD on PIC18F66K40
Replies: 20
Views: 6854

Re: Problem with GLCD on PIC18F66K40

Hi, Are there any other bugs on v7.1.0 that I should be aware off? I know there is a bug on the EEPROM library (which I fixed using a workaround mentioned here on the forums), but I'm also using the TouchPanel, MemManager and ADC libraries. There have not been any complaints regarding the libraries ...
by dusan.poluga
18 Jan 2018 12:33
Forum: mikroC PRO for PIC General
Topic: Problem with GLCD on PIC18F66K40
Replies: 20
Views: 6854

Re: Problem with GLCD on PIC18F66K40

Hi, I am sorry, but the fixed GLCD library that I have attached in my previous post is working as I stated before.. It is working properly with PIC18F66K40 on our EasyPIC PRO v7 development board. I am attaching the test example along with the library again to this post. Install the library by follo...

Go to advanced search