User Activity

I'm currently having a problem with a STM32F446 nucleo board, I'm trying to write a Firmware that takes in data from some sensors connected to the board (velocity, ecc) and prints it every second. The code I wrote respects the specification, but the ...