Booting from serial interfaces: DA1458x connected to SPI Master

3 posts / 0 new
Last post
Matthieu ANTOINE
Offline
Last seen:4 years 3 months ago
Expert
加入:2014-01-14 14:51
Booting from serial interfaces: DA1458x connected to SPI Master

Hello,

In the document AN-B-001 §6.1, it is written "The master SPI device generates the SPI clock for the DA1458x. In case of a continuous SPI clock, the frequency of this clock must not be higher than 500 kHz. For an SPI clock frequency higher than 500 kHz, the SPI clock should be paused after each byte."

In the case of a SPI clock frequency higher than 500kHz, what are the timing requirement when you mention "paused after each byte" (i.e. how long do I need to wait)? And, in that case, what is the maximum SPI clock frequency I can use?

Thanks.
Matthieu

AK_Dialog
Offline
Last seen:3 days 9 hours ago
工作人员
加入:2013-12-16 15:49
Hi Mattheu,

Hi Mattheu,

If you want to use clocks higher than 500 kHz than for every doubling in frequency you need to half the number of bytes : at 1 MHz 'pause time' = 'byte time'. Meaning that the total throughput will not increase with higher frequencies.

The maximum clock that can be used is 2 MHz.

Bluetooth Smart Support Team.

omri
Offline
Last seen:3 years 3 months ago
加入:2014-12-23 13:15
So in order to download 32k

So in order to download 32k bytes image (256k bits) i need 256/500=512ms ?