From c74d0860d3d7849b42ecc1762fc0e07db3375965 Mon Sep 17 00:00:00 2001 From: Patrick Urban Date: Wed, 15 Oct 2025 17:24:56 +0200 Subject: [PATCH] docs: update CMD_JUMP command --- docs/source/bitstream/commands.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/source/bitstream/commands.rst b/docs/source/bitstream/commands.rst index 59954ef..36f7568 100644 --- a/docs/source/bitstream/commands.rst +++ b/docs/source/bitstream/commands.rst @@ -358,6 +358,26 @@ CMD_SERDES CMD_JUMP -------- +Jump to address in SPI flash. + +.. list-table:: + :widths: 10 40 + :header-rows: 1 + + * - Byte + - Description + * - 0 + - addr[7:0] + * - 1 + - addr[15:8] + * - 2 + - addr[23:16] + * - 3 + - addr[31:24] + +.. warning:: + This command requires data after payload, and it consists of 2 NOP bytes ``0x00 0x00``. + CMD_CFGMODE ------------