Open ruziev-dev opened 2 months ago
Can you help me on doing the following:
I just want to eliminate that this has nothing to do with the OD generation.
regards, Sicris
@sicrisembay thank you for answer!
I found error in RPDO mapping and solve it. But now I see another problem:
TPDO messages is constantly zero. I'm changing variable from OD:
OD_RAM.x6000_test_1 = OD_RAM.x6000_test_1 + 5;
printf("OD_RAM.x6000_test_1: 0x%lX\n", OD_RAM.x6000_test_1);
and see result in logs:
OD_RAM.x6000_test_1: 0x6
OD_RAM.x6000_test_1: 0xB
OD_RAM.x6000_test_1: 0x10
OD_RAM.x6000_test_1: 0x15
OD_RAM.x6000_test_1: 0x1A
This variable is mapped to TPDO
But PDO is constantly zero
What problem it can be?
Hi, I have faced with TPDO problem.
MCU: ESP32-C6
I`m trying to send TPDO like in a video example here (https://www.youtube.com/watch?v=R-r5qIOTjOo)
But there is some error in object Dictionary when
CO_CANopenInitPDO
is calling.May be somebody could help me It's an .xpd file but for an opportunity to upload it to github I added ".txt" in end E_test.xpd.txt