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 <External Modules>/canopennode/Kconfig:17
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:8
Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/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 <External Modules>/canopennode/Kconfig:17
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:74
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.)