problem with stm32f4 CAN_Networking example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-06-20 1:00 AM
Posted on June 20, 2018 at 10:00
Hi everyone
In can networking example of stm32f4 we have:
TxHeader.StdId = 0x321;
TxHeader.ExtId = 0x01; TxHeader.RTR = CAN_RTR_DATA; TxHeader.IDE = CAN_ID_STD; TxHeader.DLC = 2; TxHeader.TransmitGlobalTime = DISABLE;as you see it has been set to standard format (
CAN_ID_STD
) so why the extended ID has been set to 0x01 (TxHeader.ExtId = 0x01)??
while in standard format extended ID should be zero
thanks
#stm32f4-can_networking-example
Labels:
- Labels:
-
CAN
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
