Search found 182 matches

by tyzanu
02 Dec 2014 13:34
Forum: Library Development Discussion
Topic: ECAN1Write includ CRC?
Replies: 3
Views: 4461

Re: ECAN1Write includ CRC?

ok thanks, this chip (MCP2551) need isolated galvanic or no???
Thanks in advance!
by tyzanu
27 Nov 2014 09:35
Forum: Library Development Discussion
Topic: ECAN1Write includ CRC?
Replies: 3
Views: 4461

ECAN1Write includ CRC?

Hello, functions ECAN1Write(); and ECAN1Read(); include CRC verification?
by tyzanu
26 Sep 2014 08:51
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: HELP ETH large page!
Replies: 3
Views: 1928

Re: HELP ETH large page!

Library: SPI_Ethernet_doPacket();
#include "__EthEnc28j60.h"
by tyzanu
25 Sep 2014 21:16
Forum: mikroProg™ programmer and debugger
Topic: My mikroprog is damaged. Need help
Replies: 6
Views: 3928

Re: My mikroprog is damaged. Need help

FUTURE NEXT STEPS...
1- If the program in debugger mode and MCU stop crashes a few seconds after the power up;
2-Close your common GND between programmer and computer and power supply MCU.
by tyzanu
25 Sep 2014 14:14
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: HELP ETH large page!
Replies: 3
Views: 1928

HELP ETH large page!

I use mikroC PRO for dsPIC 6.20 with mcu dspic33ep512mu810 + eth click and work ok but adding large code in const code page not work, is loading in chrome browser... Example not work: len += putConstString(MenuPage); len += putConstString(indexPage3); Example Work fine (if comment one page): len += ...
by tyzanu
05 Aug 2014 22:03
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Need Help in MAX232 integration with PIC24 using I2C
Replies: 10
Views: 4486

Re: Need Help in MAX232 integration with PIC24 using I2C

I do not understand what is i2c?
Please put here test program for pic24
by tyzanu
05 Aug 2014 13:06
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Need Help in MAX232 integration with PIC24 using I2C
Replies: 10
Views: 4486

Re: Need Help in MAX232 integration with PIC24 using I2C

Next step for test max232:
-Remove PIC24;
-Put in short rx + tx -> PIN 11, 12 MAX232;
-Open hyperterminal and connect to com port and if all write data return back its ok max232 the problem its elsewhere...
by tyzanu
28 Jul 2014 18:35
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: help write/read internal flash with lock bit
Replies: 4
Views: 2568

Re: help write/read internal flash with lock bit

using flash in the compiler library with dspic33ep512mu810
If all bit is locked processor not read internal flash...
I want to store some settings in flash they read later
by tyzanu
21 Jul 2014 09:07
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: help write/read internal flash with lock bit
Replies: 4
Views: 2568

help write/read internal flash with lock bit

If lock bit enable not write/read operation.How procedur for read internal flash with lock bit enable?
by tyzanu
11 Jul 2014 08:14
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: SOLVED! Manage multiple SPI HELP!
Replies: 2
Views: 1698

SOLVED! Manage multiple SPI HELP!

I have 3 active SPI (MMC, MP3, SERIAL FLASH), as properly arbitration of the 3? For example in the code below I want to start a song and after I disable MMC and MP3, and after end soung enable SERIAL_FLASH and so forth... My arbitration between (SERIAL_FLASH) and (MP3, MMC), how it works right? Then...
by tyzanu
10 Jun 2014 08:23
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: UART not work on dsPIC33EP512MU810
Replies: 3
Views: 2195

Re: UART not work on dsPIC33EP512MU810

Try mapping pins depending what pins use, example:
PPS_Mapping(100, _INPUT, _U1RX); //RF4 Sets pin RP100 to be Input, and maps U1RX to it
PPS_Mapping(101, _OUTPUT, _U1TX); //RF5 Sets pin RP101 to be Output, and maps U1TX to it

and UART_Data_Ready() change with UART1_Data_Ready() and so...
by tyzanu
06 Jun 2014 13:08
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Help for statement, using version 6.20
Replies: 6
Views: 3057

Re: Help for statement, using version 6.20

Ok, MPLAB X IDE v2.10 return warning...Thanks for time...

Go to advanced search