Search found 30 matches

by Alberto_82
Wed May 20, 2009 8:07 am
Forum: FLEX (closed)
Topic: EasyBee demo application
Replies: 2
Views: 3114

Re:EasyBee demo application

Ok, thak you! I\'ll wait for the new version of Erika...

Many thanks!

Alberto
by Alberto_82
Mon May 18, 2009 1:34 pm
Forum: FLEX (closed)
Topic: EasyBee demo application
Replies: 2
Views: 3114

EasyBee demo application

Hi to all, I\'m working on the EasyBee demo application found in this site. I\'m interested to read the value of the RSSI register of the EasyBee tranceiver, so I used the function cc2420_rssi_get() of the demo code. The problem is that I always get values from -99dB and -100dB, even if the radios a...
by Alberto_82
Fri Apr 03, 2009 10:18 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Apreriodic task scheduling
Replies: 1
Views: 1890

Apreriodic task scheduling

Hi to all, can someone tell me where can I find informations about Erika\'s aperiodic tasks scheduling? I\'m using EDF in order to schedule periodic tasks in my project, but I don\'t understand how the kernel handle the scheduling of aperiodic ones. Is there a server, like Polling Server, or somethi...
by Alberto_82
Mon Mar 02, 2009 5:18 pm
Forum: FLEX (closed)
Topic: Error in MPLAB IDE
Replies: 3
Views: 3468

Re:Error in MPLAB IDE

Hi,

I\'ve tried others ICD 2 programmers and other flex boards, on other pc, but the same error appear... I don\'t know what to do..

Bye,
Alberto
by Alberto_82
Mon Feb 23, 2009 11:31 am
Forum: FLEX (closed)
Topic: Error in MPLAB IDE
Replies: 3
Views: 3468

Error in MPLAB IDE

Hi to all,

I\'ve got a problem when selecting my ICD 2 debugger in MPLAB: it return the following error:

ICDWarn0020: Invalid target device id (expected=0xFF, read=0xBF)

What can I do to remove this error??

Many thanks,

Alberto
by Alberto_82
Wed Nov 19, 2008 10:22 am
Forum: FLEX (closed)
Topic: SOLVED: Flex Programming problem
Replies: 0
Views: 3721

SOLVED: Flex Programming problem

Hi to all, I have a problem when programming my Flex board: I set the ICD2 programmer on MPLAB as \"programmer\" and then I hit \"program device\". When clicking on \"release from reset\" button under MPLAB I obtain from Flex correct data, but when running Flex by removing the RJ cable from the ICD2...
by Alberto_82
Wed Oct 29, 2008 10:36 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Aperiodic Tasks
Replies: 2
Views: 2241

Re:Aperiodic Tasks

Thank you very much!!! I didn\'t see it...

Bye,
/Alberto
by Alberto_82
Wed Oct 29, 2008 10:00 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Aperiodic Tasks
Replies: 2
Views: 2241

Aperiodic Tasks

Hi to all, I\'m here again to find help... This time I\'m looking for the aperiodic activation of a Task. Normally I use periodic tasks with an alarm for each of them, but now I have to use an aperiodic task; the problem is: how can I wake up the task? I\'ve been looking for some infos on erika and ...
by Alberto_82
Mon Oct 27, 2008 10:04 am
Forum: FLEX (closed)
Topic: UART interrupt mode
Replies: 8
Views: 7196

Re:UART interrupt mode

Ok, I will try to do something.
Thank you!

Ciao,
/Alberto
by Alberto_82
Fri Oct 24, 2008 9:09 am
Forum: FLEX (closed)
Topic: UART interrupt mode
Replies: 8
Views: 7196

UART interrupt mode

Hi, I have to read some data from UART of my flex board: using the EE_UART_Receive I was able to read all the data correctly. But unfortunatly I have to use interrupt instead of polling. I found a function in eeuart.h header, EE_UART1_SetCallback: is it for reading data with interrupt? If so, can so...
by Alberto_82
Thu Oct 23, 2008 8:55 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How can I get the duration of an operation??
Replies: 4
Views: 2698

Re:How can I get the duration of an operation??

Thank you, now I read the code...

Alberto
by Alberto_82
Thu Oct 23, 2008 8:28 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How can I get the duration of an operation??
Replies: 4
Views: 2698

Re:How can I get the duration of an operation??

Yes, on the Flex board..
But I solved the problem using TMR1 register... All worked fine!
by Alberto_82
Wed Oct 22, 2008 1:03 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How can I get the duration of an operation??
Replies: 4
Views: 2698

How can I get the duration of an operation??

Hi to everybody,
I need to calculate the execution time of some instructions, but I can\'t find a simple way to obtain it. Isn\'t there any function like \"get_time\" or something like that??

Thanks in advance,
/Alberto
by Alberto_82
Tue Oct 14, 2008 7:56 am
Forum: FLEX (closed)
Topic: Yet Another Question on i2c bus...
Replies: 11
Views: 7701

Re:Yet Another Question on i2c bus...

Crepi il lupo!!!

Ciao,
/Alberto
by Alberto_82
Mon Oct 13, 2008 9:33 pm
Forum: FLEX (closed)
Topic: Yet Another Question on i2c bus...
Replies: 11
Views: 7701

Re:Yet Another Question on i2c bus...

Yes, you are right, in the code post before I used ACKDT bit set to 1. But either giving it zero value the result is unfortunatly always the same. In fact, as I told you before, this version of the code does not work at all. The scope was setted up fine, one input on SDA and another on the SCL, and ...