discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] OOT Block with output size of not power of 2


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] OOT Block with output size of not power of 2
Date: Sat, 20 May 2017 09:10:39 +0200

> How can I set output buffer size of my OOT block for example 346 and
> gnuradio don't change it automatically to 512?

You can't.

Buffer size in bytes must be an integer number of memory pages (4096
bytes) because of the way the circular buffer system is implement
using MMU and multiple memory map of the same physical memory and that
only works for full pages.


Cheers,

  Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]