i am doing can interface i got output in normal can but i am not get proper can fd waveform but i can see data in local variable watch window let me st can fd frame format. let me know
thanks angelo,in solved due to this changesI2C_16_BIT_REG_ADDRESS changed before it is I2C_8_BIT_REG_ADDRESSi2c_result_t i2c_lld_write(I2CDriver *i2cd, uint8_t dev_addr, uint16_t reg_addr, uint8_t *data, uint8_t ndata_bytes) { if (ndata_bytes == 0U) ...