Author |
Message |
Topic: Read RAW data from channel communication between ME - SIM |
gustavo.duarte
Replies: 3
Views: 47976
|
Forum: Development Posted: Mon Dec 10, 2012 11:01 am Subject: Read RAW data from channel communication between ME - SIM |
May be I wasn't clear enough, I want process raw messages (between ME-SIM) from an application running on Main Micro-controller.
This is possible ?
Thanks in advance. |
Topic: Read RAW data from channel communication between ME - SIM |
gustavo.duarte
Replies: 3
Views: 47976
|
Forum: Development Posted: Fri Dec 07, 2012 1:21 am Subject: Read RAW data from channel communication between ME - SIM |
Hi all,
I have a bit silly question, is it possible read raw data from channel communication between ME and SIM ?
In other words, I need read the data flow between ME - SIM, without parse them.
... |
Topic: Accuracy Delay |
gustavo.duarte
Replies: 4
Views: 50977
|
Forum: Development Posted: Sun Nov 18, 2012 7:30 pm Subject: Accuracy Delay |
I was modified the numbers "__asm__ __volatile__ ("nop")" in function delayOneUs, however the delay time wasn't changed. In ohter words, call
__asm__ __volatile__ ("nop" ... |
Topic: Accuracy Delay |
gustavo.duarte
Replies: 4
Views: 50977
|
Forum: Development Posted: Sun Nov 18, 2012 6:56 pm Subject: Accuracy Delay |
Thanks pz, for your quickly response. The delay is for a specific device, I have to calculate the numbers of NOP empirically, as you suggested.
Regards.
Gustavo. |
Topic: Accuracy Delay |
gustavo.duarte
Replies: 4
Views: 50977
|
Forum: Development Posted: Fri Nov 16, 2012 12:51 pm Subject: Accuracy Delay |
Hi all,
We need wait for a short time with milliseconds accuracy. I saw the delay.c example code, and found that the time delay is implemented as:
void delayOneUs (void)
{
__a ... |
|