Search found 17 matches

by daniele.caprini
Thu Nov 27, 2008 5:48 pm
Forum: FLEX (closed)
Topic: Fast question on PWM
Replies: 2
Views: 3049

Re:Fast question on PWM

Ok, thank you very much Chris.

/Daniele
by daniele.caprini
Thu Nov 27, 2008 12:06 pm
Forum: FLEX (closed)
Topic: Fast question on PWM
Replies: 2
Views: 3049

Fast question on PWM

Hi guys, I have a little question for you.
I have generated a square wave with PWM and 50% duty cycle.
The square is very good but is 3.3Vpp.
How can I generate a square at least 5Vpp???
Thankyou very much

/Daniele
by daniele.caprini
Tue Nov 18, 2008 12:49 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Shared library
Replies: 8
Views: 4685

Re:Shared library

Ok Thankx Paolo.

Ciao
by daniele.caprini
Tue Nov 18, 2008 12:22 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Shared library
Replies: 8
Views: 4685

Re:Shared library

Hi @ all guys. I have installed the new C compiler(3.11b student edition) with your patch but this don\'t resolve my problem. Stefano Stella, another undergraduate student that work on Flex says that this problem isn\'t so important and the program works fine equally. But now I have another problem,...
by daniele.caprini
Thu Nov 06, 2008 3:25 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Shared library
Replies: 8
Views: 4685

Re:Shared library

Hi Paolo, I\'m sorry. BTW, Today I have replicate the entire tree into contrib directory as Chris suggest me. When I compile this is the result: C:\\Evidence\\Evidence\\bin\\mymake_cygwin.bat all MAKE_DIRECTORIES CP p33FJ256MC710.h GEN ee_pic30regs.h DEP eecfg.c DEP code.c c:/WORKSP~1/TEST_S~1/code....
by daniele.caprini
Thu Nov 06, 2008 2:34 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: User Include Directory
Replies: 5
Views: 5130

Re:User Include Directory

Wrong 3d...:S
by daniele.caprini
Wed Nov 05, 2008 5:16 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Shared library
Replies: 8
Views: 4685

Re:Shared library

Ehi guys, I have try to build the entire tree, as described in this 3d : http://www.evidence.eu.com/component/option,com_fireboard/Itemid,262/func,view/id,14/catid,4/#16 but nothing works. How can I do??? Is there another easy way to create a library shared between 2 different project???? Thankx /da...
by daniele.caprini
Wed Oct 29, 2008 2:07 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Shared library
Replies: 8
Views: 4685

Shared library

Hi guys, there is a question for you. I have 2 projects on Eclipse that use the same library. The library contain my functions.Now, for compile correctly I have one copy of this library in each project. But I would like to use and modify only one file and import it into all my projects. What can I d...
by daniele.caprini
Thu Oct 16, 2008 6:03 pm
Forum: FLEX (closed)
Topic: Flex and SPI
Replies: 13
Views: 11775

Another question about SPI

Hi guys, I have another question for all. Is there some command to set spi communication in LSB first or I must reverse my data before send it? I see that data-out is send MSB first and data-in received LSB first, but I need to send data LSB first. Thankyou very much. /Daniele EDIT: The problem is r...
by daniele.caprini
Wed Oct 01, 2008 11:31 am
Forum: FLEX (closed)
Topic: Flex and SPI
Replies: 13
Views: 11775

Re:Flex and SPI

Now it seems work well.
If after every byte sended I read a byte throught this istruction:

while(!SPI1STATbits.SPIRBF);
SPI1STATbits.SPIROV = 0;
read_byte = SPI1BUF;

the pin SS go high when I want (!!!

Is good this method?
by daniele.caprini
Wed Oct 01, 2008 10:11 am
Forum: FLEX (closed)
Topic: Flex and SPI
Replies: 13
Views: 11775

Re:Flex and SPI

Hi guys, I\'m always here to asking some tips about spi. I have to setup a comunication sequence between flex (the master) and DCB500( yamar production, the slave). I have only to send data from Master to Slave; the Master starts the transmission process by lowering pin SS and sending the command by...
by daniele.caprini
Fri Sep 26, 2008 10:17 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MPLAB C30 license
Replies: 2
Views: 3828

Re:MPLAB C30 license

Ok Paolo, if compiler optimizations aren\'t so important I don\'t modify nothing.
BTW i\'m a student of University of Pavia and Prof. Facchinetti & Prof Benzi are my thesis supervisors.

See you many thankx.
Daniele
by daniele.caprini
Thu Sep 25, 2008 4:18 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MPLAB C30 license
Replies: 2
Views: 3828

MPLAB C30 license

Hi, I have a problem and I don\'t know how to resolve it.
This message occurs in my eclipse\'s console when compiling successfully my project:

The MPLAB C30 license has less than 14 days remaining.

what can I do?

Many thanks, in advance.

Daniele
by daniele.caprini
Thu Sep 25, 2008 10:24 am
Forum: FLEX (closed)
Topic: Flex and SPI
Replies: 13
Views: 11775

Re:Flex and SPI

Hi, my ideas aren\'t clear.
Can I connect directly con6\'s pins 21,41,43,44 in order to use spi1?or must I use the multibus board+multibus module?

Thx
Daniele
by daniele.caprini
Thu Sep 25, 2008 9:31 am
Forum: FLEX (closed)
Topic: Flex and SPI
Replies: 13
Views: 11775

Re:Flex and SPI

Many thankx Nino.
These functions are a good point of start for me.

Stay tuned for help me.

Daniele