User Activity

Posted on April 29, 2017 at 22:20Hello guys,The problem appears on CAN2 (don't know yet if it appears on CAN1 or CAN3).I'm using HAL_CAN_Transmit_IT() to send data.In the CAN2_TX_IRQHandler() I call HAL_CAN_IRQHandler().Action:1. Send 1 CAN frame on...
Posted on July 09, 2016 at 22:17 Hello guys, Encountering the following problem: static __attribute__((__section__( ''.bss_CCMRAM'' ))) int data; ''data'' is put explicitly into CCMRAM (verified with debugger) bu...