From 6bce6702d2399164ad3b532a998d28e170600b37 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Sun, 5 Jan 2014 22:01:22 +0100 Subject: [PATCH] Fix mistake in note about forbidden sample rate range. --- NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.txt b/NOTES.txt index c69ba7d..79211ef 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -2,7 +2,7 @@ This file contains random notitions ----------------------------------- -Sample rates between 301000 Hz and 900000 Hz (inclusive) are not supported. +Sample rates between 300001 Hz and 900000 Hz (inclusive) are not supported. They cause an invalid configuration of the RTL chip. rsamp_ratio = 28.8 MHz * 2**22 / sample_rate If bit 27 and bit 28 of rsamp_ratio are different, the RTL chip malfunctions.