Search found 6 matches

by nestor
Mon Apr 29, 2013 12:40 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to measure time
Replies: 1
Views: 1370

How to measure time

Hello, how I can to measure time with the function TimeAbsType GetTime() ? I am using FLEX FULL board. I need any special include in my code? Now I put something like this in my code: TimeAbsType t = GetTime(); and I am obtaining this error: error: syntax error before 't' warning: type defaults to '...
by nestor
Fri Nov 16, 2012 7:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: UART Interruptions
Replies: 3
Views: 2224

Re: UART Interruptions

OK! Thanks! I have configured as you tell me and it works, but it seems that it is only capable to receive only 4 characters. I have configured for setting interrupt flag bit when a single character is received. The interrupt is actived for the first 4 characters that I send from my PC, and later it...
by nestor
Fri Nov 16, 2012 7:32 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Compilation error
Replies: 1
Views: 14466

Compilation error

Hello, many times when I compile my programs I obtain this compilation error: CPP eecfg.c eecfg.c:69: error: syntax error before 'EE_counter_RAM' eecfg.c:69: warning: type defaults to 'int' in declaration of 'EE_counter_RAM' eecfg.c:70: warning: braces around scalar initializer eecfg.c:70: warning: ...
by nestor
Thu Nov 15, 2012 7:37 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: UART Interruptions
Replies: 3
Views: 2224

UART Interruptions

Hello, I'm trying to develop a program for reading from UART port by interruptions using the library provided with eclipse in: #include "mcu/microchip_dspic/inc/ee_uart.h" I have implemented a callback function but I don't understand how it works. For example, I start the port and then I assign the ...
by nestor
Mon Jul 12, 2010 10:57 am
Forum: FLEX (closed)
Topic: encoder
Replies: 1
Views: 11104

encoder

Hi!

have you any experiencie using the QEI module available in the Flex Full cards?

regards
by nestor
Tue Feb 09, 2010 5:16 pm
Forum: FLEX (closed)
Topic: Programing targets
Replies: 1
Views: 2451

Programing targets

Hello, I have just bought a FLEX FULL target with a Multibus Base Daughter Board. I'm trying tu execute de serial demo program that comes with Eclipse to send data by the RS232 bus. My problem is when I program the target using MPLAB IDE. If I use de Debugger Mode to program and later I press Run, I...