mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-05 06:15:15 +00:00
Working baseline, works with -O0 -- -O3 AND -O0 with gcc 4.9.3 Ubuntu. TX to RX switch timing is the challenge. IOArduino.cpp may not work
This commit is contained in:
parent
3a4451684f
commit
aefe492f9b
5 changed files with 102 additions and 69 deletions
|
|
@ -374,6 +374,7 @@ void CIO::ifConf(MMDVM_STATE modemState, bool reset)
|
|||
// Delay for coarse IF filter calibration
|
||||
delay_rx();
|
||||
delay_rx();
|
||||
delay_rx();
|
||||
|
||||
// Frequency RX (0)
|
||||
setRX();
|
||||
|
|
@ -429,9 +430,6 @@ void CIO::setTX()
|
|||
//======================================================================================================================
|
||||
void CIO::setRX()
|
||||
{
|
||||
// Delay for TX latency
|
||||
delay_rx();
|
||||
|
||||
// Send register 0 for RX operation
|
||||
AD7021_control_word = ADF7021_RX_REG0;
|
||||
Send_AD7021_control();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue