• Printf() problems with the GNU Compiler
    Hi: I have problems with the printf() function. I have the UART0 initialised, and the putchar() working fine, so I can send characters to the serial. But the printf() only works if I send only 1 character...
  • Printf() problems with the GNU Compiler
    Hi: I have problems with the printf() function. I have the UART0 initialised, and the putchar() working fine, so I can send characters to the serial. But the printf() only works if I send only 1 character...
  • Code compiled with GNU gives memory problem
    Hi, Setup: - Keil MCB2103 Evaluation Kit - Keilmdk303j.exe installed - gccARM331.exe installed I did a little software with I2C, Timer, WD, etc. It compiled with the Keil compiler. I tried...
  • Code compiled with GNU gives memory problem
    Hi, Setup: - Keil MCB2103 Evaluation Kit - Keilmdk303j.exe installed - gccARM331.exe installed I did a little software with I2C, Timer, WD, etc. It compiled with the Keil compiler. I tried...
  • stm32f10x_vector.s with GNU compiler
    I am using Keil uVision3 in order to compile a .cpp file using STM32F103VE microcontroller. I need to use GNU compiler instead of Keil ARM. I am using the file stm32f10x_vector.s from the library...