Closed saadat925 closed 3 years ago
This is very simple example for blue pill.
https://github.com/nopnop2002/Arduino-STM32-CAN/tree/master/stm32f103
I run this program and get this result. But I need to send a byte
You need to change this code.
https://github.com/nopnop2002/Arduino-STM32-CAN/blob/master/stm32f103/stm32f103.ino#L360
Thanks
Dear sir Now the canbus is sent on my device in extended mode. If I want to be sent only in standard mode, what do you suggest?
That is, to replace the extendedformat with the standard format ?
Yes.
Where can I find UNO program?
There is a lot of program for UNO in the internet.
Dear friend I want to send 0x01 to identifier 0 only once and then receive 8 bytes data from id = 2bd permanently. please guide me . I also used a blue pill. Thank you