CONFIG_CANOPENNODE_SDO_BUFFER_SIZE
CANopen SDO buffer size
CANopen SDO buffer size
Type: int
Help
Size of the internal CANopen SDO buffer in bytes. Size must
be at least equal to the size of the largest variable in the
object dictionary. If data type is DOMAIN, data length is
not limited to the SDO buffer size. If block transfer is
implemented, value should be set to 889.
Help
Size of the internal CANopen SDO buffer in bytes. Size must
be at least equal to the size of the largest variable in the
object dictionary. If data type is DOMAIN, data length is
not limited to the SDO buffer size. If block transfer is
implemented, value should be set to 889.
Direct dependencies
CANOPENNODE
|| (CANOPENNODE
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults
32
32
Kconfig definitions
At <Zephyr>/modules/canopennode/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:44
Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support
config CANOPENNODE_SDO_BUFFER_SIZE
int "CANopen SDO buffer size"
range 7 889
default 32
depends on CANOPENNODE
help
Size of the internal CANopen SDO buffer in bytes. Size must
be at least equal to the size of the largest variable in the
object dictionary. If data type is DOMAIN, data length is
not limited to the SDO buffer size. If block transfer is
implemented, value should be set to 889.
At <Zephyr>/modules/canopennode/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
Menu path: (Top) → Modules → CANopenNode support
config CANOPENNODE_SDO_BUFFER_SIZE
int "CANopen SDO buffer size"
range 7 889
default 32
depends on CANOPENNODE && 0
help
Size of the internal CANopen SDO buffer in bytes. Size must
be at least equal to the size of the largest variable in the
object dictionary. If data type is DOMAIN, data length is
not limited to the SDO buffer size. If block transfer is
implemented, value should be set to 889.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)