Amps
[Top] [All Lists]

Re: [Amps] W8ZR Autotune Amplifier Progress Report

To: <amps@contesting.com>
Subject: Re: [Amps] W8ZR Autotune Amplifier Progress Report
From: "Paul Christensen" <w9ac@arrl.net>
Date: Sat, 19 Dec 2020 17:12:57 -0500
List-post: <mailto:amps@contesting.com>
>"The PX32A is a sophisticated device containing eight fully independent
32-bit microprocessors that share 31 read/write IO ports and a common memory
for storing variables.

Jim, what amplifier functions are being divided across the eight independent
microcontrollers?  For example, does one exclusively manage the T/R
function?  Perhaps another is dedicated to monitor power supply parameters,
etc.?

My 8877 amp uses an Arduino Mega 2560 but I cram the code for all functions
into one loop.  To make this work with one microcontroller, delay commands
are invoked by comparing time registers. The main loop never stops running
at full speed no matter what delays are present.  

Within the constraints of memory, it's possible to load unrelated programs
into the same microcontroller. 

Paul, W9AC 

_______________________________________________
Amps mailing list
Amps@contesting.com
http://lists.contesting.com/mailman/listinfo/amps

<Prev in Thread] Current Thread [Next in Thread>