Search found 965 matches

by milos.vicentijevic
06 Dec 2013 16:11
Forum: mikroC PRO for PIC General
Topic: USB HID example not working
Replies: 2
Views: 1507

Re: USB HID example not working

Hello,

do you use EasyPIC7 board ?

If not please note that examples are written for 8Mhz crystal oscillator. If you have different crystal value please inspect MCU datasheet how to configure your oscillator properly.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
06 Dec 2013 16:09
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: PIC24F32KA301
Replies: 3
Views: 2214

Re: PIC24F32KA301

Hello,

Please take a look to datasheet:

http://ww1.microchip.com/downloads/en/D ... 39995d.pdf (page 115)

I suggest you to make easiest UART code possible and test does your UART works well. If it works well your oscillator settings are correct.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
06 Dec 2013 15:42
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Self Program and Erase routines on PIC24EP, working?
Replies: 16
Views: 7165

Re: Self Program and Erase routines on PIC24EP, working?

Hello,

I apologize for inconvenience cased by this issue.

I have notified our developers and I'll contact you as soon as they update this problem.

Thank you for your patience.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
06 Dec 2013 14:03
Forum: Development Boards
Topic: Easy pic fusion V7 SerialFlash example
Replies: 14
Views: 5816

Re: Easy pic fusion V7 SerialFlash example

Hello,

I don't know did you understand me well, but when you do writing on certain location of flash memory, it will overwrite that location even if you didn't do erase function prior to write function.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
06 Dec 2013 10:43
Forum: Development Boards
Topic: EasyPIC V7, dead16f877a
Replies: 15
Views: 6488

Re: EasyPIC V7, dead16f877a

Hello MegaHerz,

Have you check your OSC jumpers ? Please try to remove them and put them back on just in case.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
05 Dec 2013 16:21
Forum: Development Boards
Topic: Mikromedia + for STM32 ADC for voltage mesurement (C code).
Replies: 6
Views: 3444

Re: Mikromedia + for STM32 ADC for voltage mesurement (C cod

Hello, GPIO_Analog_Input(&GPIOF_BASE, _GPIO_PINMASK_8); // This defines pin 8 as analog input . light = ADC3_Get_Sample(8); // This reads sample from ADC3, channel 8 and stores to variable light Which pin has ability of A/D converter and which channel is traced to each pin can be found in reference ...
by milos.vicentijevic
05 Dec 2013 16:07
Forum: mikroC PRO for PIC General
Topic: Serial Ethernet and RS-485
Replies: 5
Views: 2608

Re: Serial Ethernet and RS-485

Hello Fritz,

Since UART2 is located on PORTD as well as control pin (rs485_rxtx_pin) please modify your code so signalization is on PORTB instead of PORTD and it should work.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
05 Dec 2013 15:55
Forum: mikroC PRO for PIC32 General
Topic: HID Terminal not seeing PIC32
Replies: 1
Views: 1394

Re: HID Terminal not seeing PIC32

Hello,

Have you checked in HID Terminal in your compiler, is it listed?

Please note that you will need to use 2 USB cables for this example. One for Power Supply (mikroProg) and one for CN26 unless you have external power supply.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
05 Dec 2013 15:46
Forum: mikroC PRO for PIC32 General
Topic: MikroC Pro for Pic
Replies: 3
Views: 2726

Re: MikroC Pro for Pic

Hello, I dont know if I understood you well, but you are trying to make some king of keypad access control if I'm correct. You can use buttons on one port as input for very first version of your project and then you can move to keypad 4x4. Lets say you are making pin that is 3 digits long so you can...
by milos.vicentijevic
05 Dec 2013 15:28
Forum: Development Boards
Topic: Easy pic fusion V7 SerialFlash example
Replies: 14
Views: 5816

Re: Easy pic fusion V7 SerialFlash example

Hello Nasa,

Please check have you turned on switches SW13.1, SW13.2, SW13.3, SW13.4. It works here fine.

Also try to comment all lines that write to flash as well and change array members. It seems like writing is doing overwriting.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
05 Dec 2013 15:08
Forum: Development Boards
Topic: EasyPIC V7, dead16f877a
Replies: 15
Views: 6488

Re: EasyPIC V7, dead16f877a

Hello MegaHerz,

It seems that your code is working well. I have tested on my board.

I suggest you to measure voltages between Vcc pin of MCU and GND but also between GND and MCLR pin of MCU. Also check connection with multimeter of crystal and MCU pins.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
05 Dec 2013 14:53
Forum: mikroC PRO for ARM General
Topic: GSM Click
Replies: 1
Views: 1686

Re: GSM Click

Hello, GSM Click uses UART for communication with MCU. Basically you will need to send correct AT command accordingly to your needs, and you will receive codes from modem as well. List of available AT commands you can be found here: http://www.telit.com/module/infopool/download.php?id=542 Also, you ...
by milos.vicentijevic
04 Dec 2013 16:46
Forum: mikroPascal PRO for PIC32 General
Topic: Bug in Predefined project level defines?
Replies: 2
Views: 2468

Re: Bug in Predefined project level defines?

Hello,

Please try to change to:

Code: Select all

{$IFDEF P32}
  beep;
{$ENDIF}
and let me know if it works.
Thanks.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
04 Dec 2013 16:12
Forum: Development Boards
Topic: Easy pic fusion V7 SerialFlash example
Replies: 14
Views: 5816

Re: Easy pic fusion V7 SerialFlash example

Hello Nasa,

Could your please attach minimal project (all project files packed) that shows this issue.

Thanks.

Best Regards,
Milos Vicentijevic
by milos.vicentijevic
04 Dec 2013 11:47
Forum: mikroC PRO for PIC General
Topic: Read from the SD card with PIC
Replies: 11
Views: 3445

Re: Read from the SD card with PIC

Hello, If I understood you well you would like to play some sounds from your SD card. For this purpose I suggest you to develop your own format that you will use in some sort of txt file that is going to be written on your SD card. On example two numbers separated with comma , first number is pitch ...

Go to advanced search