User Activity

As we are using CAN 2.0 A (11 bit ID STANDARD FORMAT) in STM32L431RBTx MCU & it is working fine. Now we want to go for the CAN open protocol. Is there any sample code or document available or any algorithm to initiate CAN open code development for ST...
Our MCU (STM32L010) is getting wake up ~32 seconds from stop mode due to IWDG reset. Is there any way to Freeze IWDG counter during stop mode.Pls respond as soon as possible..
I am using STMCUBEIDE there i was using optimization level as "optimize for debug". there i used a local variable as uint8_t and i am incrementing its counts then memory exceeded to 85%. if i removed increment then only 37% flash memory occupied.
As per CAN new API i have implemented as followed sequence:-MX_CAN1_Init();CAN_filterConfig(); if (HAL_CAN_Start(&hcan1) != HAL_OK) { Error_Handler(); } if (HAL_CAN_ActivateNotification(&hcan1, CAN_IT_RX_FIFO0_FULL |CAN_IT_TX_MAILBOX_EMPTY) != HAL_O...
We Ported the code from IAR Workbench to STMCUBEIDE after Porting we are having following issues:-1) MCU does not go in to Stop Mode.2) I found execution time is too slow than IAR Workbench.3) We could not find the Terminal I/O to view Printf data.4)...