User Activity

 I found examples in STM32CubeIDE but they don't concern the special topic 'Mem', meaning writing device address and internal register address together within one data packet.
Posted on July 10, 2018 at 18:30I'm using STM32CubeMX and Keil �Vision V5.25.2.0to program the NUCLEO-F767ZI board.MB1137 Rev BThe init sequence is:static void MX_CAN3_Init(void){  hcan3.Instance = CAN3;  hcan3.Init.Prescaler = 24;  hcan3.Init.Mode ...