Hi Devzone:
Is there a way to designate one ram block exclusively for radio use? The reason I'd like to know is the following:
Under nRF52833 AHB multilayer section, there is one statement:
"Some peripherals, such as RADIO, do not have a safe stalling mechanism (no internal data buffering, or opportunity to pause incoming data). Being a low priority bus master might cause loss of data for such peripherals upon bus contention. To avoid AHB bus contention when using multiple bus masters, follow these guidelines:
- Avoid situations where more than one bus master is accessing the same slave.
- If more than one bus master is accessing the same slave, make sure that the bus bandwidth is not exhausted."
So is there a way to designate one ram block exclusively for radio use to avoid such bus contention? Right now the pointer to radio data is arbitrarily assigned by the compiler.
Is there an example project that does that?
Thanks.