User Activity

So I just plugged in my Eval kit. I have 12V in the barrel jack and am connected to the usb to my pc. When I switch to the appropriate port, I can use the eval kit GUI to connect and ask for the Firmware version. It responds 1.6 which should be corre...
I am trying to set up a hal can receive interrupt. After thorough googling, I found that HAL_CAN_Receive_IT is deprecated and that I should now be using HAL_CAN_ActivateNotification with a callback function. Unfortunately no one describes how to do t...
According to section 28.9.1 (of RM0091), the spi communications are enabled when register 6 is active (SPE set to 1). According to the rm0091 guide, once the spi communications are active, and register 14 is set to 0 (receive only mode) then the c...