• Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • ST Nucleo 476 Project Exported from mbed Not getting linked on Keil
    Hello, I have got a project in mbed on platform Nucleo-476 board, which sends ASCII characters to serial port. It compiles well and and when .bin file is downloaded in the board, it runs well. ...
  • ST Nucleo 476 Project Exported from mbed Not getting linked on Keil
    Hello, I have got a project in mbed on platform Nucleo-476 board, which sends ASCII characters to serial port. It compiles well and and when .bin file is downloaded in the board, it runs well. ...
  • printf is linked although I do not use the function printf() in C code
    I dont use printf() function in my project, but I check the output file .m51, I saw the printf() function occupy my code space in common area(with bank switch). and you know it take large space. can...