Author |
Message |
Topic: Turbo cable not working |
jacko
Replies: 3
Views: 49180
|
Forum: General Posted: Tue Sep 27, 2011 8:54 am Subject: Turbo cable not working |
Hello,
I am trying to use turbo cable.
First, I had issues with CTS/RTS, but disabling it made it work (made the -H switch make rtscts=0 in the code). Bladox people, please see this: http://smst ... |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Tue Sep 27, 2011 8:36 am Subject: Correct usage of select() and sim() |
No news ? |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Mon Aug 29, 2011 7:59 am Subject: Correct usage of select() and sim() |
Hello,
I have sent a full log by e-mail, finally.
Could you please check it out and let me know how I can workaround the bug ?
Thanks |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Tue Mar 01, 2011 4:31 pm Subject: Correct usage of select() and sim() |
Any news?...... |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Mon Feb 21, 2011 12:57 pm Subject: Correct usage of select() and sim() |
I have sent you a test code producing this issue by e-mail. |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Wed Feb 16, 2011 3:16 pm Subject: Correct usage of select() and sim() |
I have received the L1 debug kernel and have tried it.
It seems to show that there is indeed a problem with the kernel code.
Dbg output:
3f007f206f07
TO SIM: 00 a4 00 00 02
TO SIM: ... |
Topic: Bug: initializers not working |
jacko
Replies: 2
Views: 29882
|
Forum: Development Posted: Wed Feb 16, 2011 8:31 am Subject: Bug: initializers not working |
It's a feature, not bug.
Well, you should really document that "feature" somewhere, because it is not compliant with the C standard, and the compiler (nor objdump --turbo) does not emit a ... |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Wed Feb 16, 2011 8:27 am Subject: Correct usage of select() and sim() |
Here trace of whole ME-TL2-SIM would help to see all picture.
I heard about a L1 debug kernel on this forum, is it available somewhere?
You can send it to the e-mail address associated with this a ... |
Topic: Correct usage of select() and sim() |
jacko
Replies: 9
Views: 61196
|
Forum: Development Posted: Tue Feb 15, 2011 4:18 pm Subject: Correct usage of select() and sim() |
Hello,
I am trying to use select() and sim() to read the IMSI from the SIM card.
I have the following code:
u8 PROGMEM ef_imsi_path[] = { 0x3F, 0x00, 0x7F, 0x20, 0x6F, 0x07 };
void read_im ... |
Topic: Bug: initializers not working |
jacko
Replies: 2
Views: 29882
|
Forum: Development Posted: Tue Feb 15, 2011 10:17 am Subject: Bug: initializers not working |
Hello,
In a function I do the following :
void test()
{
const u8 test_single = 0x3F;
const u8 test_multiple[] = { 0x3F, 0x00, 0x11, 0x22, 0x33, 0x44 };
dbch(test_single); dbc(' ... |
Topic: Memory corruption / strange behavior |
jacko
Replies: 1
Views: 23047
|
Forum: Development Posted: Mon Feb 14, 2011 4:03 pm Subject: Memory corruption / strange behavior |
Hello,
I am having big issues developing with a TL2.
I have many bugs, which might be related to a heap corruption or something like that.
The documentation lacks details about what a STK threa ... |
Topic: cemu: not enough RAM |
jacko
Replies: 9
Views: 55450
|
Forum: Development Posted: Thu Jan 20, 2011 9:44 am Subject: cemu: not enough RAM |
By refactoring my application, I was able to reduce the memory usage to 96 bytes.
Now the problem is gone. Looks like 176 was too much RAM.
How much RAM is available for the application ? The ATm1 ... |
Topic: cemu: not enough RAM |
jacko
Replies: 9
Views: 55450
|
Forum: Development Posted: Wed Jan 19, 2011 3:37 pm Subject: cemu: not enough RAM |
Now I don't get it at all, it also stopped working on the TL2.
It's like there is a memory leak.
Is it possible that I am not disallocating the EEPROM memory correctly in my app?
Won't a --reset ... |
Topic: cemu: not enough RAM |
jacko
Replies: 9
Views: 55450
|
Forum: Development Posted: Wed Jan 19, 2011 8:39 am Subject: cemu: not enough RAM |
What turbo-prog-utils package/version do you use?
Seems like kernel version vs. turbo-prog-utils version issue.
I am using turbo-prog-utils version 3.2.3
Bootloader cannot be reflashed. Latest/ ... |
Topic: cemu: not enough RAM |
jacko
Replies: 9
Views: 55450
|
Forum: Development Posted: Tue Jan 18, 2011 1:09 pm Subject: cemu: not enough RAM |
But cemu --reset should do. If not then the last/best option would be to reflash the TSIM kernel with btldr. What exactly means "unsupported or locked"? Can you post some dump or screenshot ... |
|