You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using Zephyr CANOPENNode implementation for STM32H750 controller.
The documentation mentions
Object 0x1F80, value = 0x8 - "NMT slave shall enter the NMT state
Operational after the NMT state Initialization autonomously (self starting)"
Object 0x1F80, value = 0x2 - "NMT slave shall execute the NMT service
start remote node with node-ID set to 0"
With 0x1F80 set to 0x8, the device is self starting in operation mode. But when I try setting 0x1F80=0x02 to start all remote nodes in operation, it does not work.
Any pointers on how to get it working will be very helpful.
This discussion was converted from issue #86417 on March 04, 2025 17:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using Zephyr CANOPENNode implementation for STM32H750 controller.
The documentation mentions
Operational after the NMT state Initialization autonomously (self starting)"
start remote node with node-ID set to 0"
With 0x1F80 set to 0x8, the device is self starting in operation mode. But when I try setting 0x1F80=0x02 to start all remote nodes in operation, it does not work.
Any pointers on how to get it working will be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions