Posted on November 10, 2016 at 15:33
Hi,
I'mworking on a project which is based on STM32F7. In order to get used to the F7 architecture, I am usingSTM32F746 Disco. board with Gnu-Arm-Gcc-Toolchain with Eclipse Ide on Windows instead of Ke...
Posted on November 14, 2016 at 15:16
Here is the solution:
BecauseLCD_UsrLog() function calls printf(), then printf() calls _write(), and then _write() calls__io_putchar(); somehow GCC couldn't find the function _write(). So what I have d...
Posted on May 17, 2011 at 14:22Thanks for your reply, I'm using Keil uVision3 and Ulink2 Jtag for debugging. And stm32 is running at 72mhz. Now I'm trying DMA for UARTS.
Posted on May 17, 2011 at 13:45Yes, Sure, I also add them to the project. I want to say that, this project is the sample of Eclipse, this code is only for blink a led. I'm trying to modify it to don't loose time to configure a new project. But I'm ...