• How to let gets() work correctly?
    IN C Starndard lib, use gets can input string form stdio. for example, push [backspace] can remove the last char. But when i use gets(), it keep backspace char (0x0B).
  • How to let gets() work correctly?
    IN C Starndard lib, use gets can input string form stdio. for example, push [backspace] can remove the last char. But when i use gets(), it keep backspace char (0x0B).
  • How can I set let the arm compiler default to v6
    I do not install arm compiler 5, but after I generate my project by STM32CubeMX, the default arm complier is v5, I need to change it to v6 by myself. How can I set let the arm compiler default to v6...
  • Try to let keil's project into eclipse by edit makefile
    As try to let keil's project into eclipse so i edit makefile from example first i open project by keil to copy include paths and paste to makefile under ''#includes common to all targets'', then...
  • Try to let keil's project into eclipse by edit makefile
    As try to let keil's project into eclipse so i edit makefile from example first i open project by keil to copy include paths and paste to makefile under ''#includes common to all targets'', then...