Search found 7 matches

by TripleKill
20 Jul 2012 17:46
Forum: mikroC PRO for ARM General
Topic: mikroProg suite doesn't work with STM32VLdiscovery
Replies: 1
Views: 1658

mikroProg suite doesn't work with STM32VLdiscovery

Keil works OK, the driver for ST-link is installed properly, but mikroProg doesn't detect CPU, saying "communication error".
Is mikroProg suite only intended to work with mikroProg programmer?

P.S. I'm using the last compiler version, 2.50.
by TripleKill
02 Oct 2011 11:58
Forum: mikroC PRO for PIC General
Topic: USB joypad
Replies: 0
Views: 983

USB joypad

Hi all. I try to study how to make HID device to adapt 6-button sega joypad to USB. The reason is to make button codes different to standard USB joypad, so I can play NES emulator on my Cowon Q5W PMP via a hub with somebody else (not sure that drivers in Windows CE can divide two similar joypads). I...
by TripleKill
06 Jul 2011 16:24
Forum: mikroC PRO for PIC General
Topic: Question on I2C
Replies: 2
Views: 1041

Re: Question on I2C

Thanks, I will watch examples.
by TripleKill
05 Jul 2011 08:58
Forum: mikroC PRO for PIC General
Topic: Question on I2C
Replies: 2
Views: 1041

Question on I2C

Hi everyone. I tried to use mikroC example code to work with 24C08 EEPROM. void main(){ ANSEL = 0; // Configure AN pins as digital I/O ANSELH = 0; PORTB = 0; TRISB = 0; // Configure PORTB as output I2C1_Init(100000); // initialize I2C communication I2C1_Start(); // issue I2C start signal I2C1_Wr(0xA...
by TripleKill
27 Jun 2011 08:11
Forum: mikroC PRO for PIC General
Topic: Any way to get string from UART?
Replies: 1
Views: 1451

Any way to get string from UART?

Hi everyone. I try to connect PIC18F452 to Cowon Q5W PMP. Cowon has serial port pins at the bottom. I use Visual Studio 2008 to use port in the player, and mikroC v4.60 to program PIC. I wanted to make a sample for the first time, and the idea was to receive a string from PMP, then invert it in PIC,...
by TripleKill
08 Nov 2010 16:41
Forum: mikroC General
Topic: Sound library in mikroC v8.2
Replies: 2
Views: 1735

Re: Sound library in mikroC v8.2

I'm sorry, that was a bug in my code. :oops:

Already found and corrected. Topic can be deleted.
by TripleKill
06 Nov 2010 20:39
Forum: mikroC General
Topic: Sound library in mikroC v8.2
Replies: 2
Views: 1735

Sound library in mikroC v8.2

I made a code with usage of Sound library. Piezo speaker beeps when a button is pressed. At the same time MCU sends data into PORTC, PORTB. But doesn't matter which port i use. While speaker beeps, it seems like ALL ports, except the one speaker is connected to (PORTE), go 0x00. They only become 0x0...

Go to advanced search