im trying to test the CAN-FD example code in the cook book ( or in project from Example in the IDE) when using two s32kxx cards it works but when i try to use Canoe to receive the CAN-FD messages i get this : this is the configuration i used in CANOE : is there any changes...
2路 FlexCAN 输入/输出,其中一路支持 CAN-FD 。 丰富的外围模块,支持 LPUART、 LPI2C、 LPSPI 等低功耗通信。 支持JTAG 标准调试接口和 JTAG 4 线 SWD 调试模式。 可轻松接入 MCU I/O 接头引脚,进行原型设计 有高级功能安全、信息安全和软件支持,适用于 ASIL-B 车身、区域控制和电气化应用。 环境温度范围...
Example S32K144 FlexCAN RXFIFO DMA S32DS.ARM.2018.R1; The main configuration as flows: 1、filter table void J1939_CAN0_init(void) { YCECU2FDM1.id=0x18F2E100 ; YCECU2FDM2.id=0x14FD3E83 ; /*--第0个报文匹配--*/ filterTable[0].isRemoteFrame = false; filterTable[0].isExtended...
NXP的S32K144的can bootloader,可自己修改成一般的CAN,目前是CANFD S32K144 bootloader can s322018-12-05 上传大小:4.00MB 所需:48积分/C币 S32K144_FRDM_CAN_DemoTxRx.zip_FRDM S32K144_FRDM-S32K144_S32K144 S32K144_ IAR开发 CAN TxRx例程 ...
To actually see what is going on on the bus, a sniffer is required, such as thePEAK System PCAN-USB FD. Any CAN transceiver that can forward the sniffed messages to a desktop/laptop computer is sufficient, but the user may need to parse the received messages manually. For this reason, ...
需要金币:*** 金币(10金币=人民币1元) 内容s32k144核心板配套20181217 1 s32k-ds.pdf 关闭预览 想预览更多内容,点击免费在线预览全文 免费在线预览全文 NXP Semiconductors Document Number S32K1XX Data Sheet: Product Preview Rev. 3, 03/2017 S32K1XX S32K1xx Data Sheet Key Features • Mixed-sign...
Solved: Hi community, I'm working with the example FLEXCAN_S32K144. I want to modify this code in order to obtain just the reception of CAN message.
can_buff_config_t buff_config0 = { .enableFD = false, .enableBRS = false, .fdPadding = 0, .idType = CAN_MSG_ID_STD, .isRemote = false }; CAN_ConfigTxBuff(&can_instance0, TX_MAILBOX, &buff_config0); // Example dummy message can_message_t dummyMessage; dummyMessage.id = 0x...
Fd_enable = false, Pe_clock = FLEXCAN_CLK_SOURCE_SOSCDIV2, Max_num_mb = 32, Num_id_filters = FLEXCAN_RX_FIFO_ID_FILTERS_8, . Is_rx_fifo_needed = false, FlexcanMode = FLEXCAN_NORMAL_MODE, Content = FLEXCAN_PAYLOAD_SIZE_8, The bitrate = { . PropSeg = 7, . PhaseSeg1 = ...
I used mentioned c:\NXP\S32DS_ARM_v2.2\S32DS\software\S32SDK_S32K1xx_RTM_3.0.0\examples\S32K144\driver_examples\communication\can_pal\ ... and I can see: And if I run the example, FDEN is enabled after execution of init function and also later: Regards, Lukas 0 Kudos Reply ...