STM32 always send CAN data frame
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-25 1:58 AM
I try tu send CAN REMOTE RTR frame but MCU always send DATA FRAME
txtype.RTR = CAN_RTR_REMOTE;
txtype.IDE=CAN_ID_STD;
txtype.DLC=0;
HAL_CAN_AddTxMessage(&hcan, &txtype, txData, &TxMailbox);
result 0x022;0; not 0x022;Remote transmision
STM32F103C6T6
Labels:
- Labels:
-
CAN
-
STM32F1 Series
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
