Search found 11 matches

by migthymax
Fri May 16, 2025 5:01 pm
Forum: General AmigaOS
Topic: ReadTaskContext SPE specifc registers
Replies: 1
Views: 13807

Re: ReadTaskContext SPE specifc registers

Just to have answer for my question, i figured it out by myself.

The SPE doesn't have an specific registers like a FPU. The SPE just uses the already present general registers.
Thus no there is no need to have any changed to ReadTaskContext
by migthymax
Mon Sep 09, 2024 3:13 pm
Forum: General AmigaOS
Topic: ReadTaskContext SPE specifc registers
Replies: 1
Views: 13807

ReadTaskContext SPE specifc registers

Hi all here,

I'm currently trying/in progress to port a newer version of the gdb. In this process I say that gdb has support to read SPE specific register.
Reading the current public AutoDocs it doesn't seem that these can be queried with ReadTaskContext.
But now having the Tabor/A1222+ in hands ...
by migthymax
Wed May 12, 2021 11:18 am
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: microA1 Serial port(s)
Replies: 8
Views: 39253

Re: microA1 Serial port(s) (solved)

I figured it out. I was just about to give it up. But that i stumpled over a forum post on https://www.amigans.net/modules/xforum/viewtopic.php?post_id=54981 where someone wrote in comment 7 about busted serial post any you should look at the page http://www.ncscaug.us/ua1page1.htm

The page isn't ...
by migthymax
Sun May 02, 2021 3:09 pm
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: microA1 Serial port(s)
Replies: 8
Views: 39253

Re: microA1 Serial port(s)

Well after your post, i started to measure the pins of the serial port, so to see if anything is happening and with what kind of voltage. My thought was that it mighty be only TTL output levels, but that wasn't the case.
But you explicitly mention hardware handshake, so i took a look at the other ...
by migthymax
Tue Apr 27, 2021 5:18 pm
Forum: General Developer Support
Topic: UDP multicast receiving, working example anywere?
Replies: 0
Views: 24726

UDP multicast receiving, working example anywere?

Hi everything,

I've programmed a little with amiga networking and wanted to receive UDP multicast messages. But without any success, on another computer i can see that responses to my query are send by other network members but they don't arrived at the amiga. Not in my program and they are even ...
by migthymax
Sun Feb 14, 2021 3:07 pm
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: microA1 Serial port(s)
Replies: 8
Views: 39253

Re: microA1 Serial port(s)

The original author if the question https://www.amigans.net/modules/xforum/viewtopic.php?forum=4&topic_id=4985 , was
so kind an answered me on a PM. Even than, no solution was found.

Thus so little bit different question: Anyone ever had success with using the serial port of the microA1? It seems ...
by migthymax
Thu Feb 11, 2021 10:45 am
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: microA1 Serial port(s)
Replies: 8
Views: 39253

microA1 Serial port(s)

Hi,

I'm trying to establish a communication link with another computer via the microA1 serial port. Without any luck up till now. And it behaves somehow
strange. My setup is actually the same as described here: https://www.amigans.net/modules/xforum/viewtopic.php?forum=4&topic_id=4985

Regardless ...
by migthymax
Sun Feb 07, 2021 3:42 pm
Forum: SDK Support
Topic: Autodoc for version.library
Replies: 15
Views: 56332

Re: Autodoc for version.library

Well that explains, I installed the SDK after the whole OS installation. Thus i didn't get it updated.
by migthymax
Fri Feb 05, 2021 2:21 pm
Forum: SDK Support
Topic: Autodoc for version.library
Replies: 15
Views: 56332

Re: Autodoc for version.library

Found it. Thanks a lot.

In the future i will check if the OS updates contains an updated SDK as well.
by migthymax
Fri Feb 05, 2021 7:17 am
Forum: SDK Support
Topic: Autodoc for version.library
Replies: 15
Views: 56332

Re: Autodoc for version.library

My version of the SDK is 53.30, the latest i could download from the download section of the Hyperion website. After your response, I again searched the SDK: for any file having 'version' in it. A couple of files appeared but the only Autdodoc found was biosversion.doc. So i assume that if in my ...