CAN id incorrect
I have a STM32G474 mcu that i am learning to program. I have the CANBUS tx on PA12 working by loopback mode. I have connected my logic analyzer and i receive the data correctly.
There is only one thing wrong: The ID has bit1 that keeps being set to 1. So if i would give the adress
0x200 (0b0010 0000 0000) it outputs 0b0110 0000 0000)
0x100 (0b0001 0000 0000) it outputs 0b0101 0000 0000)
Anyone with idea's how this is possible?
Thanks!
