Search found 171 matches

by nemanja.nikolic
30 Jan 2015 10:08
Forum: Development Boards
Topic: No response from the example files
Replies: 8
Views: 3069

Re: No response from the example files

Hello,

Code is right.
Try to supply your device via USB.
I can't supply with mikroProg.

Nemanja.

Best regards.
by nemanja.nikolic
29 Jan 2015 14:52
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Interrupt Problem
Replies: 1
Views: 2316

Re: Interrupt Problem

Hello,

You can find more information in data sheet, look at page 145:
http://ww1.microchip.com/downloads/en/D ... 70616g.pdf
Also you can use timer calculator to generate code for interrupt:
http://www.mikroe.com/timer-calculator/

Nemanja.

Best regards.
by nemanja.nikolic
29 Jan 2015 14:16
Forum: Development Boards
Topic: No response from the example files
Replies: 8
Views: 3069

Re: No response from the example files

Hello,

if you have new version of mmb example should work.
Look at attach.

Nemanja.

Best regards.
by nemanja.nikolic
29 Jan 2015 14:00
Forum: mikroPascal PRO for AVR Wish List
Topic: Delay_us() and Delay_ms() only take constant parameters
Replies: 9
Views: 6237

Re: Delay_us() and Delay_ms() only take constant parameters

Hello, For microsecond would not be so exact. You can create function for that if you haven't much values and if your values isn't too small (more larger then 1/Fosc). For example: procedure Delay_VAR(VAR : word); case VAR of 1: begin Delay_us(100); end; 2: begin Delay_us(200); end; 3: begin Delay_u...
by nemanja.nikolic
28 Jan 2015 09:50
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Allocated Image in Ram
Replies: 3
Views: 2349

Re: Allocated Image in Ram

Hello,

You can:
-Stored image in SRAM memory,
-Compress your image
-Stored your image on mmc

Nemanja.

Best regards.
by nemanja.nikolic
28 Jan 2015 09:39
Forum: Development Boards
Topic: No response from the example files
Replies: 8
Views: 3069

Re: No response from the example files

Hello,

There are two mikromedias: with gray display (old mikromedia) and with black display.
Which is your?

Nemanja.

Best regards.
by nemanja.nikolic
28 Jan 2015 09:31
Forum: mikroC PRO for AVR General
Topic: MikroC & asm
Replies: 1
Views: 2463

Re: MikroC & asm

Hello, Example from book: http://www.mikroe.com/chapters/view/17/chapter-4-examples/ /* Header *********************************************/ int k = 0; char saveBank; void main() { ANSEL = 0; // All I/O pins are configured as digital ANSELH = 0; PORTB = 0; // All port B pins are set to 0 TRISB = 0;...
by nemanja.nikolic
27 Jan 2015 11:39
Forum: mikroC PRO for PIC General
Topic: Image in Ram
Replies: 1
Views: 1024

Re: Image in Ram

Hello,

Answered:
http://www.mikroe.com/forum/viewtopic.p ... 29#p251229

Nemanja.

Best regards.
by nemanja.nikolic
27 Jan 2015 11:37
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Allocated Image in Ram
Replies: 3
Views: 2349

Re: Allocated Image in Ram

Hello,

There no much things to do if your mcu have small ROM.
What development tool and mcu you use?
You can find information about memory after compiling your code:
View>statistic

Nemanja.

Best regards.
by nemanja.nikolic
27 Jan 2015 11:21
Forum: Libstock Discussion
Topic: mB libraries on Libstock compilable now
Replies: 1
Views: 3035

Re: Basic libraries compilable now

Hello,

Thanks for sharing your library.

Nemanja.

Best regards.
by nemanja.nikolic
27 Jan 2015 10:57
Forum: mikroPascal PRO for ARM General
Topic: TCP/IP example for Mikromedia plus for STM32 ARM MikroPascal
Replies: 7
Views: 5358

Re: TCP/IP example for Mikromedia plus for STM32 ARM MikroPa

Hello, Ethernet library designed to simplify handling of the underlying hardware (ENC24J600/ENC28J60 and internal ethernet module on PIC18, PIC32, TIVA and STM32). Library supports: TCP Stack (Server/Client), UDP, IPv4 protocol, ARP requests, ICMP echo requests, ARP client with cache, DNS client, DH...
by nemanja.nikolic
27 Jan 2015 10:31
Forum: Development Boards
Topic: IrThermo 3.3V and USB Click Adapter
Replies: 3
Views: 1873

Re: IrThermo 3.3V and USB Click Adapter

Hello,

For that you need to write your own application. It isn't easy.

Nemanja.

Best regards.
by nemanja.nikolic
27 Jan 2015 10:03
Forum: mikroPascal PRO for AVR Wish List
Topic: Delay_us() and Delay_ms() only take constant parameters
Replies: 9
Views: 6237

Re: Delay_us() and Delay_ms() only take constant parameters

Hello,

Because of that we have another routine for variable: Vdelay_ms();

Nemanja.

Best regards.
by nemanja.nikolic
26 Jan 2015 16:11
Forum: mikroProg™ programmer and debugger
Topic: mikroelectronica ICD hardware not found
Replies: 13
Views: 6748

Re: mikroelectronica ICD hardware not found

Hello,

Sorry for that mistake. Unfortunately, your MCU is supported with mikroProg and you can program, but you can't debug.
We will do our best to improve that in next release.

Nemanja.

Best regards.
by nemanja.nikolic
26 Jan 2015 14:26
Forum: Development Boards
Topic: Old ARM dev.board
Replies: 1
Views: 1276

Re: Old ARM dev.board

Hello Nenad,

Your board doesn't support STM and Tiva ARM mcus.
We have many development board for STM:
http://www.mikroe.com/stm32/development-boards/

Nemanja.

Best regards.

Go to advanced search