Opening a .bin file in STM32CubeIDE
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...