Debugging Nucleo F446re
Hello,
I am new at programming ST micros and I found your tool to program them, but I am running in some issues. To install I followed all the insctruction found on this website. Just to make sure that everything was working I created a base project following the wizard. The code is dead simple and generated by default. Just in case here it is :
/**
******************************************************************************
* @file main.c
* @author Ac6
* @version V1.0
* @date 01-December-2013
* @brief Default main function.
******************************************************************************
- /
- include “stm32f4xx.h”
- include “stm32f4xx_nucleo.h”
int main(void)
{
while(1);
}
When I try to load the program to my it does not work and I get the following(see attached) in the console. Would really like to use OpenSTM, but I do not seem to find what is wrong with my board
Thank you a lot in advance
MT
OS: Ubuntu 14.04.5 LTS
STM32 Version: 1.13.1.201701261206
Board : Nucleo F446RE