User Activity

Hello all,   I am using the CAN protocol to read and write data from the Flash memory of one STM32F446ZET6 board to the Flash memory of another STM32F446ZET6 board. I have tried multiple baud rates. All working properly. However, I notice a 25 ms del...
I am beginner with STM32 microcontrollers and currently building a program on the NUCLEO-F446ZE board in which I would like to open a .bin file and parse the data from this file. So far, I fail to open the file. To check whether my code was the probl...
Hello,I am trying to communicate between two NUCLEO-F446ZE boards using the CAN protocol. To obtain this, I am basing myself on this video (https://www.youtube.com/watch?v=HYgYN0IEoNc&ab_channel=ASKEDISON%2CDOIT), although my code is a little differe...