I also encountered this same problem while trying to program a Nucleo-F103RB running STM32CubeIDE V1.3.0. under Windows 10 x64. I tried two different Windows 10 x64 computers and two different Nucleo-F103RB boards but unfortunately had the same "Debu...
Posted on December 06, 2011 at 12:59The C library standard describes the sprintf function as follows:Synopsis int sprintf(char *s, const char *format, ...);Description The sprintf function is equivalent to fprintf, except that the argument s specifi...
Posted on December 06, 2011 at 12:20This looks like a great initial example for the STM32F4 Discovery board.I tried compiling it using Atollic's TrueStudio and I seem to be missing some necessary header files. I'd appreciate any help you can give me...